aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-error.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-error.boot')
-rw-r--r--src/interp/g-error.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-error.boot b/src/interp/g-error.boot
index 393e6b6e..f0774be7 100644
--- a/src/interp/g-error.boot
+++ b/src/interp/g-error.boot
@@ -144,7 +144,7 @@ returnToTopLevel() ==
TOPLEVEL()
returnToReader() ==
- ^$ReadingFile => returnToTopLevel()
+ not $ReadingFile => returnToTopLevel()
sayBrightly ['" Continuing to read the file...", '%l]
THROW($SpadReaderTag, nil)