Skip to content

Commit

Permalink
fix: use proper log function
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Feb 4, 2021
1 parent 6c7f9fe commit 918bccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/run-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async function runDev (config, options = {}, log = () => {}) {
await cleanup.run()
throw e
}
this.log('press CTRL+C to terminate dev environment')
log('press CTRL+C to terminate dev environment')
return frontEndUrl
}

Expand Down

0 comments on commit 918bccc

Please sign in to comment.