Skip to content

Commit 3efe5f5

Browse files
Principal device occasional change causes process termination, fixes #93
1 parent 2eff40d commit 3efe5f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"printableName": "Cache Web Terminal",
66
"description": "Web-based terminal emulator for Caché administering.",
77
"author": "ZitRo",
8-
"version": "4.2.7",
8+
"version": "4.2.8",
99
"gaID": "UA-83005064-2",
1010
"releaseNumber": 26,
1111
"scripts": {

src/cls/WebTerminal/Core.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ ClassMethod Loop(StartupRoutine As %String = "") As %Status
357357
set $ZERROR = ""
358358
try {
359359
xecute ..WaitCommand()
360+
use $io::"^" _ $ZName
360361
} catch {}
361362
do ##class(%Device).ReDirectIO($$$NO)
362363
write !! // assume that prompt takes 2 lines

0 commit comments

Comments
 (0)