Skip to content

Commit 7b3be60

Browse files
author
monkstone
committed
refine config
1 parent 972a421 commit 7b3be60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/JRubyArt/JRubyArt.pde

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ void writeRoot() {
9898
if (!yaml.exists()) {
9999
try {
100100
PrintWriter writer = new PrintWriter(config, "UTF-8");
101+
writer.println(String.format("--- # config.yml"));
101102
writer.println(String.format("PROCESSING_ROOT: %s", processingRoot));
102103
writer.println(String.format("JRUBY: %s", jruby));
103104
writer.println(String.format("sketchbook_path: %s", sketchbookPath));
@@ -177,4 +178,4 @@ class Button {
177178
return (mouseX >= x && mouseX <= x + w
178179
&& mouseY >= y && mouseY <= y + h);
179180
}
180-
}
181+
}

0 commit comments

Comments
 (0)