Skip to content

Commit 8be2e64

Browse files
committed
remove a extra ;
1 parent 8fddb2a commit 8be2e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Server.prototype.serveMagicHtml = function(req, res, next) {
243243
Server.prototype._sendStats = function(socket, stats, force) {
244244
if(!force && stats && (!stats.errors || stats.errors.length === 0) && stats.assets && stats.assets.every(function(asset) {
245245
return !asset.emitted;
246-
})) return socket.emit("still-ok");;
246+
})) return socket.emit("still-ok");
247247
socket.emit("hash", stats.hash);
248248
if(stats.errors.length > 0)
249249
socket.emit("errors", stats.errors);

0 commit comments

Comments
 (0)