We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50a2af commit d246ad1Copy full SHA for d246ad1
boot/Cli.js
@@ -4,5 +4,4 @@ import 'App/Providers/CommandsProvider'
4
const app = require('App/Bootstrap')
5
app.providers.push(CliProvider, CommandsProvider)
6
7
-app.boot()
8
-app.cli.run()
+app.boot().then(() => app.cli.run())
0 commit comments