Update app.js

This commit is contained in:
Namhyeon Go 2024-07-21 19:03:52 +09:00 committed by GitHub
parent 84dc76800b
commit 688d4963a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
app.js
View File

@ -484,7 +484,7 @@ require._modernie = function(FN, params, callback) {
function initializeConsole() {
if (typeof WScript === "undefined") {
console.error("Error, WScript is not defined");
console.error("Microsoft JScript or Chakra runtime not detected");
exit(1);
}