Skip to content

Commit

Permalink
Merge pull request #13 from mcastagnetti/chore/release
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
mcastagnetti committed Oct 28, 2022
2 parents b2b8f3c + dc2b2a9 commit ef479e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ export default async function start(
logStep,
});

spinner.stop();

await browser.close();

return output(aggregatedData, outputFormat, outputFile);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metrx",
"version": "2.0.3",
"version": "2.0.4",
"description": "Tool to measure web page performance metrics",
"author": "Marc-Olivier Castagnetti <marcolivier.castagnetti@gmail.com>",
"repository": {
Expand Down

0 comments on commit ef479e4

Please sign in to comment.