Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
an offering to the ESLint god
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoffner committed Jun 27, 2017
1 parent eed6f45 commit 9f58552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runners/java.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports.run = function run(opts, cb) {
const classpaths = [
'/usr/local/groovy/lib/junit-4.12.jar',
'/usr/local/groovy/lib/hamcrest-core-1.3.jar'
]
];

const args = [
'-cp', classpaths.join(':'),
Expand Down

0 comments on commit 9f58552

Please sign in to comment.