`SyntaxError: Unexpected token: u` i am clicking ...
# suitescript
r
SyntaxError: Unexpected token: u
i am clicking on the submit button and it goes into else right? and it shows this.. and a blank page with nothing.. it should atleast log .. it is not logging or anything
1
c
Show us some code.
r
Ceribell_SL3_searchprintpickingticket.js
is there a problem?
b
your try catch is hurting you here
remove it
r
what is happening?
b
you should have a stack telling you where you error is
if its not being logged, then the problem is likely your logging statement is insufficient for the job
throw the error normally to see more information
r
yeah gotcha.. thanks
c
Oh geez that is a massive try block
don't do that