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) {
|
require(jsURI) {
|
||||||
try {
|
try {
|
||||||
let jspp = new JSPlusPlus
|
let gen = new JSPlusPlus.General
|
||||||
jspp.readInternetText(jsURI);
|
gen.readInternetText(jsURI);
|
||||||
jspp.exec(req);
|
gen.exec(req);
|
||||||
} catch {
|
} catch {
|
||||||
console.log(`Error! (Using Node.JS/Bun?)
|
console.log(`Error! (Using Node.JS/Bun?)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue