We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding console.log to the javascript breaks the code.
function update(request) { console.log("testing"); return request; }
[error] GenServer #PID<0.407.0> terminating ** (Poison.SyntaxError) Unexpected token: t (poison) lib/poison/parser.ex:56: Poison.Parser.parse!/2 (poison) lib/poison.ex:83: Poison.decode!/2 lib/execjs.ex:69: Execjs.extract_result/1 lib/execjs.ex:40: Execjs.exec/1
What am I missing here?
The text was updated successfully, but these errors were encountered:
@devinus Any plans to address this issue?
Sorry, something went wrong.
@pytong @korczis The console object should not be available at all in any environemtn. Is this the Node runner?
console
No branches or pull requests
Adding console.log to the javascript breaks the code.
function update(request) { console.log("testing"); return request; }
[error] GenServer #PID<0.407.0> terminating
** (Poison.SyntaxError) Unexpected token: t
(poison) lib/poison/parser.ex:56: Poison.Parser.parse!/2
(poison) lib/poison.ex:83: Poison.decode!/2
lib/execjs.ex:69: Execjs.extract_result/1
lib/execjs.ex:40: Execjs.exec/1
What am I missing here?
The text was updated successfully, but these errors were encountered: