Skip to content

Commit 174d387

Browse files
CallumNZarchmoj
andauthored
Update tasks/partial_bundle.js with missing semicolon.
Co-authored-by: Mojtaba Samimi <[email protected]>
1 parent a1d8c9c commit 174d387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/partial_bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = function partialBundle(tasks, opts) {
3636
// remove require
3737
var regEx = WHITESPACE_BEFORE + 'require\\(\'\\./' + t + '\'\\),';
3838
if(strict) {
39-
regEx += '|require\\(\'\\.\\./src/traces/' + t + '/strict\'\\),'
39+
regEx += '|require\\(\'\\.\\./src/traces/' + t + '/strict\'\\),';
4040
}
4141
var newCode = partialIndex.replace(new RegExp(regEx, 'g'), '');
4242

0 commit comments

Comments
 (0)