不要怂,就是干,撸起袖子干!

Commit 0f041436 by Sascha Depold

Print the complete config file

1 parent 0a1f08da
Showing with 1 additions and 1 deletions
...@@ -227,7 +227,7 @@ if (program.migrate || program.undo) { ...@@ -227,7 +227,7 @@ if (program.migrate || program.undo) {
}) })
} }
} else { } else {
console.log('Cannot find "' + relativeConfigFile() + '". Have you run "sequelize --init"?') console.log('Cannot find "' + configuration.configFile + '". Have you run "sequelize --init"?')
process.exit(1) process.exit(1)
} }
} else if(program.init) { } else if(program.init) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!