Skip to content

Commit

Permalink
Add back missing unlink call
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Sep 9, 2021
1 parent 3ce709b commit 3c02b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ run(browserify + ' .temp.js', function(error, stdout) {
response.on('end', function() {
var stdout = Buffer.concat(data);
var code = header + '\n' + stdout;
fs.unlinkSync('.temp.js');
fs.writeFileSync('browser-source-map-support.js', code);
fs.writeFileSync('amd-test/browser-source-map-support.js', code);
});
Expand Down

0 comments on commit 3c02b8f

Please sign in to comment.