Skip to content

Commit 3c02b8f

Browse files
committed
Add back missing unlink call
1 parent 3ce709b commit 3c02b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ run(browserify + ' .temp.js', function(error, stdout) {
6767
response.on('end', function() {
6868
var stdout = Buffer.concat(data);
6969
var code = header + '\n' + stdout;
70+
fs.unlinkSync('.temp.js');
7071
fs.writeFileSync('browser-source-map-support.js', code);
7172
fs.writeFileSync('amd-test/browser-source-map-support.js', code);
7273
});

0 commit comments

Comments
 (0)