From 3dffa7e4121cbe8317232b7dab5b847374f62c78 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Fri, 31 May 2024 22:22:04 +0000 Subject: [PATCH] Update jspp.js --- jspp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jspp.js b/jspp.js index b404cf3..201d3a2 100644 --- a/jspp.js +++ b/jspp.js @@ -335,7 +335,7 @@ class JSPlusPlus { require(jsURI) { let gen = new JSPlusPlus.General - gen.readInternetText(jsURI); + let req = gen.readInternetText(jsURI); gen.exec(req); }