Skip to content

Commit 63ad4f2

Browse files
committed
Add Debug to wsh globals
Debug is a global provided by JScript 3 and later (released with IE 4) which WSH uses. I confirmed it is present on Windows 7 and 10. https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/scripting-articles/bs12a9wf(v=vs.84) Signed-off-by: Kevin Locke <[email protected]>
1 parent 1dd9a9f commit 63ad4f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

globals.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,7 @@
11861186
},
11871187
"wsh": {
11881188
"ActiveXObject": true,
1189+
"Debug": true,
11891190
"Enumerator": true,
11901191
"GetObject": true,
11911192
"ScriptEngine": true,

0 commit comments

Comments
 (0)