Update jspp.js
This commit is contained in:
parent
b87daef318
commit
3362ed61e8
1 changed files with 3 additions and 3 deletions
6
jspp.js
6
jspp.js
|
@ -335,9 +335,9 @@ class JSPlusPlus {
|
|||
|
||||
require(jsURI) {
|
||||
try {
|
||||
let jspp = new JSPlusPlus
|
||||
jspp.readInternetText(jsURI);
|
||||
jspp.exec(req);
|
||||
let gen = new JSPlusPlus.General
|
||||
gen.readInternetText(jsURI);
|
||||
gen.exec(req);
|
||||
} catch {
|
||||
console.log(`Error! (Using Node.JS/Bun?)
|
||||
|
||||
|
|
Loading…
Reference in a new issue