Skip to content

Commit 94d24ce

Browse files
committed
Fixes #1499
1 parent ebf87ac commit 94d24ce

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)