We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8979cd commit 3c0471aCopy full SHA for 3c0471a
1 file changed
export/WebTerminal/Installer.xml
@@ -134,7 +134,7 @@ This method is invoked when a class is 'uncompiled'.</Description>
134
set ns = $NAMESPACE // has to be package home namespace!
135
if ($get(^WebTerminal("HomeNamespace")) = "") {
136
set msg = "Terminal home namespace is not defined! Uninstalling will be skipped."
137
- set msg = msg _ $C(10,12) _ "Set ^WebTerminal(""HomeNamespace"") global equal to home namespace"
+ set msg = msg _ $Char(13,10) _ "Set ^WebTerminal(""HomeNamespace"") global equal to home namespace"
138
quit $$$ERROR($$$GeneralError, msg)
139
} else {
140
set ns = ^WebTerminal("HomeNamespace")
0 commit comments