Skip to content

Commit 694c8e0

Browse files
authored
Merge pull request #1512 from kgolinski/master
Fixes #1499 => Running processing-java works again.
2 parents 697a73b + 94d24ce commit 694c8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grammars/java.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ module.exports =
3636
Processing:
3737
'File Based':
3838
command: 'processing-java'
39-
args: ({filepath}) -> ["--sketch='#{path.dirname(filepath)}'", '--run']
39+
args: ({filepath}) -> ["--sketch=#{path.dirname(filepath)}", "--run"]

0 commit comments

Comments
 (0)