diff options
| author | rebecca <ubq323@ubq323.website> | 2026-09-13 14:55:10 +0100 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-09-13 14:55:10 +0100 |
| commit | dbb98dbb0233f8d9fd6a31849de4e297d838189a (patch) | |
| tree | 2c20dd91c59bf345e9a5cfda50a2031673a7da9b /bs.lua | |
| parent | af5285331ec224b14a3de9eda7e3db648603084b (diff) | |
add Log class
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 - |
