1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 18:26:26 +00:00

Update dev.js

Fixed console.log that is there by design
This commit is contained in:
Sam Herrington
2018-10-09 11:00:18 -05:00
committed by GitHub
parent ca69bd69f2
commit 6f2f6e9567

View File

@@ -37,7 +37,7 @@ function startServer () {
resolve()
} else {
if (!firstRun) {
return
console.log(stats.compilation.errors[0])
} else {
firstRun = false
reject(stats.compilation.errors[0])