Devtools editor unable to parse template strings |
||||
Issue description
Chrome Version: (copy from chrome://version)
OS: Ubuntu x86-64
Devtools editor is unable to parse JS snippet (see attached screenshot):
const tryStartAgent = () => {
if (debuggerListening && outputMatched && needToSpawnAgent) {
needToSpawnAgent = false;
const agentArgs = ['debug', `localhost:${common.PORT}`];
const agent = spawn(process.execPath, agentArgs);
agent.stdout.setEncoding('utf8');
,
Dec 19 2016
Joel, could you please take a look?
,
Dec 20 2016
This is fixed on tip of tree.
,
Dec 20 2016
Thanks! |
||||
►
Sign in to add a comment |
||||
Comment 1 by eostroukhov@chromium.org
, Dec 19 2016