diff --git a/jspp.js b/jspp.js index 587954f..3fd3ce1 100644 --- a/jspp.js +++ b/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?)