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.
2 parents 697a73b + 94d24ce commit 694c8e0Copy full SHA for 694c8e0
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