mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Fix: Log function display
This commit is contained in:
@@ -325,7 +325,7 @@ function transCode(code)
|
||||
return code;
|
||||
}
|
||||
|
||||
let regFnHead = /function(.*?)\(\)/;
|
||||
let regFnHead = /function(.*?)\((.*?)\)/;
|
||||
|
||||
function extractFnHead(fn)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user