1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-28 02:03:14 +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
+1 -1
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])