Commit 55872277 authored by Dmitry Gozman's avatar Dmitry Gozman Committed by Commit Bot

Fix console-format-es6.js

Bug: none
Change-Id: I875bf9ad5eea00d1c1965ac280d0dce46215624b
Reviewed-on: https://chromium-review.googlesource.com/896871Reviewed-by: default avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Commit-Queue: Dmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533935}
parent c0e6c9d1
......@@ -79,7 +79,7 @@
function advance() {
var next = current + 1;
if (next == total.description)
if (next == total)
finish();
else
loopOverGlobals(next, total);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment