From 3362ed61e8b1fb3beb1b9a17637c9d3ad39f1318 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Fri, 31 May 2024 22:15:27 +0000 Subject: [PATCH] Update jspp.js --- jspp.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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?)