File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
"printableName" : " Cache Web Terminal" ,
6
6
"description" : " Web-based terminal emulator for Caché administering." ,
7
7
"author" : " ZitRo" ,
8
- "version" : " 4.7.2 " ,
8
+ "version" : " 4.7.3 " ,
9
9
"gaID" : " UA-83005064-2" ,
10
10
"releaseNumber" : 26 ,
11
11
"scripts" : {
Original file line number Diff line number Diff line change @@ -340,12 +340,14 @@ ClassMethod Loop(startupRoutine As %String = "") As %Status
340
340
if (startupRoutine '= " " ) {
341
341
return ..StartupRoutine (startupRoutine )
342
342
}
343
- kill // Kill any temporary variables ProcedureBlock may have. Keep procedure block free of vars
343
+ kill // Kill any temporary variables ProcedureBlock may have.
344
+ // Procedure block will hold only user-defined variables, so any declarations here may
345
+ // potentially influence user experience. Do not add any set expressions in this procedure block
344
346
for {
345
347
do ..StartExecMode ()
346
348
try {
347
349
xecute ..WaitCommand ()
348
- } catch err {
350
+ } catch {
349
351
do ..EndExecMode ($ZERROR )
350
352
continue
351
353
}
You can’t perform that action at this time.
0 commit comments