diff --git a/lighthouse-core/driver/index.js b/lighthouse-core/driver/index.js index 0ae904082dce..154e9c5cc11b 100644 --- a/lighthouse-core/driver/index.js +++ b/lighthouse-core/driver/index.js @@ -113,7 +113,7 @@ class Driver { if (config.trace) { pass = pass.then(_ => { log.log('status', 'Gathering: trace'); - driver.endTrace().then(traceContents => { + return driver.endTrace().then(traceContents => { loadData.traceContents = traceContents; log.log('statusEnd', 'Gathering: trace'); });