Skip to content

Commit

Permalink
Fix #53
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Dec 11, 2014
1 parent 0c34400 commit c0b72e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node-minify.js
Expand Up @@ -117,7 +117,7 @@ var minify = (function(undefined) {
exec(command, {maxBuffer: this.buffer}, function(err, stdout, stderr) {
if (self.fileIn === self.tempFile) {
// remove the temp concat file here
_fs.unlinkSync(self.tempFile);
_fs.unlink(self.tempFile);
}

if (self.callback) {
Expand Down

0 comments on commit c0b72e7

Please sign in to comment.