Display errors

This commit is contained in:
Tom MacWright
2016-09-01 08:47:31 -04:00
parent fc0e381769
commit 525131eb46
+2
View File
@@ -31,6 +31,8 @@ function build() {
sourceMap: true
});
building = false;
}, function(err) {
console.error(err);
});
}