1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +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() resolve()
} else { } else {
if (!firstRun) { if (!firstRun) {
return console.log(stats.compilation.errors[0])
} else { } else {
firstRun = false firstRun = false
reject(stats.compilation.errors[0]) reject(stats.compilation.errors[0])