Add semicolon for tdd exports
This commit is contained in:
@ -7,4 +7,4 @@ args
|
||||
.replace(/\/(\?|&|#[^!])/g, '$1')
|
||||
.replace(/\?/g, '&')
|
||||
.replace('&', '?');
|
||||
module.exports = URLJoin
|
||||
module.exports = URLJoin;
|
||||
Reference in New Issue
Block a user