fix config_path

This commit is contained in:
lesion
2019-06-26 17:24:16 +02:00
parent b4e0088533
commit a03d9c009b
3 changed files with 2 additions and 3 deletions

View File

@@ -215,6 +215,7 @@ This is your first run? You could create it using --install flag`)
process.exit(-1)
} else {
process.env.config_path = options.config
require('./index')
}