Skip to content

Commit c27efaf

Browse files
autocomplete path case fix
1 parent 32907ba commit c27efaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

classes/%WebTerminal.Engine.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ ReadError
224224
ReadHalt
225225
Halt
226226

227-
/// Workaround for Caché 2015
227+
/// Workaround for Cache 2015
228228
#define WSProtocol (##class(%Dictionary.CompiledProperty).%OpenId("%CSP.WebSocket||WSClassProtocolVersion"))
229229
WriteMessage(data, data1, head)
230230
if ($$$WSProtocol) && ($$$WSProtocol.InitialExpression > 1) {
@@ -459,7 +459,7 @@ ClassMethod GetJSAutocompleteFilePath(namespace As %String) As %String
459459
set data = ##class(%Library.File).SubDirectoryName(data,
460460
$ZCONVERT($REPLACE("%SYS", "%", ""), "l")
461461
)
462-
set data = ##class(%Library.File).SubDirectoryName(data, "WebTerminal")
462+
set data = ##class(%Library.File).SubDirectoryName(data, "webterminal")
463463
set data = ##class(%Library.File).SubDirectoryName(data, "js")
464464
set data = ##class(%Library.File).SubDirectoryName(data, "autocomplete")
465465
set data = ##class(%Library.File).SubDirectoryName(data, namespace _ ".js")

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"title": "Cache WEB Terminal",
44
"description": "Web-based terminal emulator for Caché administering.",
55
"author": "ZitRo",
6-
"version": "2.0.0-beta.5",
7-
"releaseNumber": "7",
6+
"version": "2.0.0-beta.6",
7+
"releaseNumber": "8",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/intersystems-ru/webterminal.git"

0 commit comments

Comments
 (0)