We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b8e9a commit 3e2177aCopy full SHA for 3e2177a
src/rprocessing/mode/RLangEditor.java
@@ -346,5 +346,4 @@ private Path createTempSketch() throws IOException {
346
}
347
return tmp;
348
349
-
350
src/rprocessing/mode/run/SketchRunner.java
@@ -142,7 +142,7 @@ public void sketchMoved(final Point leftTop) {
142
// Exiting; no need to interrupt and join it later.
143
runner = null;
144
145
- }, "processing.py mode runner");
+ }, "Processing.R mode runner");
146
runner.start();
147
148
0 commit comments