summaryrefslogtreecommitdiff
path: root/bs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bs.lua')
-rw-r--r--bs.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/bs.lua b/bs.lua
deleted file mode 100644
index bb284cc..0000000
--- a/bs.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-local M = {}
--- handles errors sensibly
-function M.loop_correctly(context, cq)
- local ok, err, code, thread, pollee, fd = cq:loop()
- error('👉'..context..' '..debug.traceback(thread,err)..'👈',0)
-end
-
-return M
-