This commit is contained in:
@@ -82,7 +82,8 @@ public class OS {
|
||||
public static void run(String command) {
|
||||
try {
|
||||
Runtime.getRuntime().exec(new String[] {command});
|
||||
} catch (Exception ignored) {
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user