Skip to content

Commit a10bca0

Browse files
committed
Add semicolon
1 parent f8afe17 commit a10bca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

combo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function(opts) {
3535
log.error('404', _url);
3636
this.status = 404;
3737
this.body = 'Not Found:\n' + _url;
38-
return
38+
return;
3939
}
4040

4141
ret.push(result.body);

0 commit comments

Comments
 (0)