diff options
Diffstat (limited to 'bs.lua')
| -rw-r--r-- | bs.lua | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 - |
