Fridrich Strba 2022-04-26 14:10:00 +00:00 committed by Git OBS Bridge
parent 1cf773976a
commit 8d4061f84d

View File

@ -10,7 +10,7 @@
+ { + {
+ cli.createArg().setLine( jvmArgLine ); + cli.createArg().setLine( jvmArgLine );
+ } + }
+ finally + catch (Exception e)
+ { + {
+ } + }
} }
@ -23,7 +23,7 @@
+ { + {
+ cli.createArg().setLine( getDebugLine() ); + cli.createArg().setLine( getDebugLine() );
+ } + }
+ finally + catch (Exception e)
+ { + {
+ } + }
} }