rm function proto funcs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user