Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

javascript Error

Post Reply
tetradox_44
Posts: 6
Joined: Mon May 21, 2018 6:46 pm

javascript Error

Post by tetradox_44 »

Error :

Code: Select all

with (typeof __commandLineAPI !== 'undefined' ? __commandLineAPI : { __proto__: null }) {
Help me :-(
Last edited by tetradox_44 on Tue May 22, 2018 6:41 pm, edited 1 time in total.
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: javascript Error

Post by salvadordf »

This seems to be a JavaScript syntax error. Please, try that code in Chrome to see if you get the same error.
tetradox_44
Posts: 6
Joined: Mon May 21, 2018 6:46 pm

Re: javascript Error

Post by tetradox_44 »

thank you
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: javascript Error

Post by salvadordf »

The code you posted previously seems to be used by Chromium to evaluate JavaScript code :

Code: Select all

with (typeof __commandLineAPI !== 'undefined' ? __commandLineAPI : { __proto__: null }) {
This article talks about it :
https://asaskevich.github.io/2015/07/12 ... oper-Tool/

And these web pages have errors similar to yours :
https://github.com/vega/vega/issues/342
https://stackoverflow.com/questions/313 ... loper-tool

The developer tools had some changes in CEF3 recently. If you see different results in Chrome, wait until CEF3 fixes the issue.
I'm sorry but I can't do anything about it.
Post Reply