We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eff40d commit 3efe5f5Copy full SHA for 3efe5f5
package.json
@@ -5,7 +5,7 @@
5
"printableName": "Cache Web Terminal",
6
"description": "Web-based terminal emulator for Caché administering.",
7
"author": "ZitRo",
8
- "version": "4.2.7",
+ "version": "4.2.8",
9
"gaID": "UA-83005064-2",
10
"releaseNumber": 26,
11
"scripts": {
src/cls/WebTerminal/Core.cls
@@ -357,6 +357,7 @@ ClassMethod Loop(StartupRoutine As %String = "") As %Status
357
set $ZERROR = ""
358
try {
359
xecute ..WaitCommand()
360
+ use $io::"^" _ $ZName
361
} catch {}
362
do ##class(%Device).ReDirectIO($$$NO)
363
write !! // assume that prompt takes 2 lines
0 commit comments