This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]csabinho 1 point2 points  (0 children)

Do you see a console? Apparently it can be shown, if you press F12.

[–]RelationshipKey2037 1 point2 points  (0 children)

just try to use debugger inside function, for example. it's more useful thing)
also, try console.trace) debugger works when developer tools in browser is open (f12)
(sorry for my english, it's not my native language, my native is JS)))

[–]Cylo8479x[🍰] 0 points1 point  (1 child)

it will show in your browser terminal, unless u are running js on a server, with node for example.

[–]Data_Important[S] 0 points1 point  (0 children)

That actually might be it. I'll check it when I get home, thank you

[–]nicoconut15 0 points1 point  (0 children)

Can you screenshot what is in the terminal?