svm
svm copied to clipboard
TypeError: Cannot set property 'func' of undefined
Hi,the project is very cool for protecting my javascript code,but there is a error about 'func', and I don't how to debug it without log messages , therefore what can I do now. Please help me , thank you very much.
Can you post a full stacktrace? I'm a bit too busy to fix it right now, this project is still a beta, but I may get to it eventually.
try { while ((ins = readInstruction(ctx)) != null) { ins(ctx); } } catch (e) { console.log(e, 'LOC: ' + lastInstruction) }
console.log(e, 'LOC: ' + lastInstruction) -> It prints a error code -> 330 "LOC 330"