mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 03:15:40 +01:00
hrm
This commit is contained in:
@@ -149,7 +149,7 @@ public class Device {
|
||||
|
||||
try {
|
||||
int result = p.waitFor();
|
||||
System.out.println("res is " + res);
|
||||
System.out.println("res is " + result);
|
||||
if (result == 0) {
|
||||
// mumble the result into the console
|
||||
//PApplet.println(output.getLines());
|
||||
|
||||
Reference in New Issue
Block a user