aboutsummaryrefslogtreecommitdiff
path: root/elymas/loaded.ey
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-10-02 11:53:04 +0200
committerDrahflow <drahflow@gmx.de>2013-10-02 11:53:04 +0200
commitbb5a9deb5f17b0e4cc89c8577b745a44ae5b1bdd (patch)
treed768741fb95bf09ea0a2d57c564361b0779b6633 /elymas/loaded.ey
parent7ff5edb1b36c47bb45082958b870f3b0e05df062 (diff)
Fixed obnoxious "not a scope" error after freeze
Diffstat (limited to 'elymas/loaded.ey')
-rw-r--r--elymas/loaded.ey2
1 files changed, 1 insertions, 1 deletions
diff --git a/elymas/loaded.ey b/elymas/loaded.ey
index c737634..f917b62 100644
--- a/elymas/loaded.ey
+++ b/elymas/loaded.ey
@@ -14,4 +14,4 @@
"lib/net/alg/http.ey"
] { _ dump include }' each
-{ "/proc/self/fd/0" include }' "loaded" sys .freeze
+{ "/proc/self/fd/0" include 0 sys .exit }' "loaded" sys .freeze