aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
Diffstat (limited to 'twittperator.js')
-rwxr-xr-xtwittperator.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js
index 31b494c..58ac1e0 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -1084,7 +1084,7 @@
(m && m[0]);
function stop() {
- let prev = __context__.prev;
+ let prev = debugVars.prev;
if (!prev)
return;
@@ -1093,7 +1093,7 @@
prev.sos.close();
prev.sis.close();
- delete __context__.prev;
+ delete debugVars.prev;
}
function start() {