New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 686189 link

Starred by 1 user

Issue metadata

Status: Archived
Owner:
Last visit > 30 days ago
Closed: Dec 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: running pretty print multiple times yields different results

Project Member Reported by chenwilliam@chromium.org, Jan 27 2017

Issue description

Chrome Version: 58.0.2995.0 (Developer Build) (64-bit)
OS: Linux

What steps will reproduce the problem?
(1) Create a snippet with this:

var x = function () {

    
};

(2) Run pretty-print one time and you'll see this:

var x = function() {
};


(3) Run pretty-print a second time and you'll see this:

var x = function() {};


What is the expected result? Running pretty-print a second time should have no effect.

 
Status: Archived (was: Assigned)

Sign in to add a comment