minor
This commit is contained in:
@@ -161,7 +161,7 @@ async function start (options) {
|
|||||||
// is first run?
|
// is first run?
|
||||||
if (firstrun.check(options.config)) {
|
if (firstrun.check(options.config)) {
|
||||||
consola.error(`Configuration file "${options.config}" not found!
|
consola.error(`Configuration file "${options.config}" not found!
|
||||||
This is your first run? You could create it using --install flag`)
|
This is your first run? Run 'gancio setup'`)
|
||||||
process.exit(-1)
|
process.exit(-1)
|
||||||
}
|
}
|
||||||
require('./index')
|
require('./index')
|
||||||
|
|||||||
Reference in New Issue
Block a user