Skip to content

Commit

Permalink
removing an unused variable in findJavaHome.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Dec 21, 2013
1 parent 9436278 commit 6eeb360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion findJavaHome.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require('find-java-home')(function(err, home){
var build;
if(err){
console.error("[node-java] "+err);
process.exit(1);
Expand Down

0 comments on commit 6eeb360

Please sign in to comment.