New issue
Advanced search Search tips

Issue 675775 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Dec 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Devtools editor unable to parse template strings

Project Member Reported by eostroukhov@chromium.org, Dec 19 2016

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');


 
fVanYYGGWC6.png
29.1 KB View Download
Just in case, Chrome version: 55.0.2883.87 (64-bit)
Owner: einbinder@chromium.org
Status: Assigned (was: Untriaged)
Joel, could you please take a look?
Status: Fixed (was: Assigned)
This is fixed on tip of tree.
Status: Verified (was: Fixed)
Thanks!

Sign in to add a comment