Skip to content

Commit d246ad1

Browse files
committed
Updated for grind-framework 0.4.2 async boot
1 parent c50a2af commit d246ad1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boot/Cli.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ import 'App/Providers/CommandsProvider'
44
const app = require('App/Bootstrap')
55
app.providers.push(CliProvider, CommandsProvider)
66

7-
app.boot()
8-
app.cli.run()
7+
app.boot().then(() => app.cli.run())

0 commit comments

Comments
 (0)