From f7e7b6333b5e3523149ac4d05758fb285cf71b95 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 17 Aug 2018 21:22:46 -0400 Subject: [PATCH] Update core.dst error handler. --- src/core/core.dst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.dst b/src/core/core.dst index 2cd5d9db..3dbef6a5 100644 --- a/src/core/core.dst +++ b/src/core/core.dst @@ -1080,7 +1080,7 @@ env) (defn default-error-handler - [source t x f] + @[source t x f] (file.write stdout (string t " error in " source ": ")) (if (bytes? x) (do (file.write stdout x)