svm icon indicating copy to clipboard operation
svm copied to clipboard

TypeError: Cannot set property 'func' of undefined

Open DeeLMind opened this issue 7 years ago • 2 comments

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.

DeeLMind avatar Nov 20 '18 07:11 DeeLMind

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.

Protryon avatar Nov 20 '18 17:11 Protryon

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"

DeeLMind avatar Nov 21 '18 01:11 DeeLMind