1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-17 05:38:07 +00:00

sync module improvements

This commit is contained in:
kepler155c@gmail.com
2018-10-31 19:38:09 -04:00
parent 846569952c
commit 88f126bf2f
5 changed files with 53 additions and 10 deletions

View File

@@ -34,6 +34,12 @@ _G._debug = function(pattern, ...)
term.redirect(oldTerm)
end
if not _G.debug then -- don't clobber lua debugger
function _G.debug(...)
_G._debug(...)
end
end
-- any function that runs in a kernel hook does not run in
-- a separate coroutine or have a window. an error in a hook
-- function will crash the system.