mirror of
https://github.com/janet-lang/janet
synced 2025-09-08 13:56:09 +00:00
Simpler async model that is better suited to epoll
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
(frame :source) (frame :source-line)))
|
||||
(if x
|
||||
(when is-verbose (eprintf "\e[32m✔\e[0m %s: %s: %v" line-info (describe e) x))
|
||||
(eprintf "\e[31m✘\e[0m %s: %s: %v" line-info (describe e) x))
|
||||
(do (eprintf "\e[31m✘\e[0m %s: %s: %v" line-info (describe e) x) (eflush)))
|
||||
x)
|
||||
|
||||
(defmacro assert-error
|
||||
|
Reference in New Issue
Block a user