Fix initializing volume manager in Files app.
Promise.all was called with a double array [[p1, p2]], instead of [p1, p2], which caused completing initialization of all volumes before they are added to the volume list, what caused failing tests in: crrev.com/985533004. TEST=Fixes test failures in crrev.com/985533004. BUG=None Review URL: https://codereview.chromium.org/1020113002 Cr-Commit-Position: refs/heads/master@{#321494}
Showing
Please register or sign in to comment