We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8afe17 commit a10bca0Copy full SHA for a10bca0
combo.js
@@ -35,7 +35,7 @@ module.exports = function(opts) {
35
log.error('404', _url);
36
this.status = 404;
37
this.body = 'Not Found:\n' + _url;
38
- return
+ return;
39
}
40
41
ret.push(result.body);
0 commit comments