Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit 2992295

Browse files
authored
Merge pull request #52 from ncroese/master
Update ClosureCompiler.js
2 parents c01efe9 + 5ee4388 commit 2992295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ClosureCompiler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
var jarFilePath;
164164
if (options['compiler_jar'])
165165
jarFilePath = options['compiler_jar'];
166+
delete options['compiler_jar'];
166167
else {
167168
var jarDir = __dirname + '/compiler';
168169
fs.readdirSync(jarDir).forEach(function(file) {

0 commit comments

Comments
 (0)