mirror of
https://github.com/kepler155c/opus
synced 2025-12-17 21:58:06 +00:00
rename debug function
This commit is contained in:
@@ -28,7 +28,7 @@ local focusedRoutineEvents = Util.transpose {
|
||||
'paste', 'terminate',
|
||||
}
|
||||
|
||||
_G.debug = function(pattern, ...)
|
||||
_G._debug = function(pattern, ...)
|
||||
local oldTerm = term.redirect(kernel.window)
|
||||
Util.print(pattern, ...)
|
||||
term.redirect(oldTerm)
|
||||
|
||||
Reference in New Issue
Block a user