mirror of
https://github.com/janet-lang/janet
synced 2025-09-02 02:48:05 +00:00
Update core.dst error handler.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user