rethrow TimeoutExceptions caught in Macro execution.
This commit is contained in:
parent
67b6d434f3
commit
38c9d3cff5
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ public final class Skin {
|
|||
throw redir;
|
||||
} catch (ConcurrencyException concur) {
|
||||
throw concur;
|
||||
} catch (TimeoutException timeout) {
|
||||
throw timeout;
|
||||
} catch (Exception x) {
|
||||
x.printStackTrace();
|
||||
String msg = "[HopMacro error: "+x+"]";
|
||||
|
|
Loading…
Add table
Reference in a new issue