We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 843adf7 + b06e19b commit 9221ab2Copy full SHA for 9221ab2
src/lib/scriptHost.d.ts
@@ -82,8 +82,8 @@ interface ITextReader extends ITextStreamBase {
82
83
declare var WScript: {
84
/**
85
- * Outputs text to either a message box (under WScript.exe) or the command console window followed by a newline (under CScript.ext).
86
- */
+ * Outputs text to either a message box (under WScript.exe) or the command console window followed by a newline (under CScript.ext).
+ */
87
Echo(s: any): void;
88
89
* Exposes the write-only error output stream for the current script.
@@ -163,4 +163,4 @@ declare var WScript: {
163
* @param intTime Interval (in milliseconds) to suspend script execution.
164
*/
165
Sleep(intTime: number): void;
166
-}
+};
0 commit comments