rm function proto funcs

This commit is contained in:
2026-01-11 23:34:35 -06:00
parent 6b9f75247e
commit ac4b47f075
2 changed files with 1 additions and 163 deletions

View File

@@ -123,7 +123,7 @@ function console_rec(line, file, msg) {
}
globalThis.log = function(name, args) {
var caller = caller_data(2)
var caller = caller_data(1)
var msg = args[0]
switch(name) {