Skip to content

Commit 3e2177a

Browse files
committed
SketchRunner.java: Fix a copy-and-paste typo
Signed-off-by: Ce Gao <[email protected]>
1 parent b2b8e9a commit 3e2177a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/rprocessing/mode/RLangEditor.java

-1
Original file line numberDiff line numberDiff line change
@@ -346,5 +346,4 @@ private Path createTempSketch() throws IOException {
346346
}
347347
return tmp;
348348
}
349-
350349
}

src/rprocessing/mode/run/SketchRunner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void sketchMoved(final Point leftTop) {
142142
// Exiting; no need to interrupt and join it later.
143143
runner = null;
144144
}
145-
}, "processing.py mode runner");
145+
}, "Processing.R mode runner");
146146
runner.start();
147147
}
148148

0 commit comments

Comments
 (0)