We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf87ac commit 94d24ceCopy full SHA for 94d24ce
lib/grammars/java.coffee
@@ -36,4 +36,4 @@ module.exports =
36
Processing:
37
'File Based':
38
command: 'processing-java'
39
- args: ({filepath}) -> ["--sketch='#{path.dirname(filepath)}'", '--run']
+ args: ({filepath}) -> ["--sketch=#{path.dirname(filepath)}", "--run"]
0 commit comments