mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
throw exception if Server constructor fails
This commit is contained in:
@@ -107,8 +107,9 @@ public class Server implements Runnable {
|
||||
}
|
||||
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
//e.printStackTrace();
|
||||
thread = null;
|
||||
throw new RuntimeException(e);
|
||||
//errorMessage("<init>", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user