Skip to content
Snippets Groups Projects
Commit 628d8b67 authored by Alex's avatar Alex
Browse files

fix: close bracket

parent bddd8422
Branches
Tags
No related merge requests found
...@@ -73,4 +73,5 @@ module.exports = (port, host, argv) => Promise.resolve() ...@@ -73,4 +73,5 @@ module.exports = (port, host, argv) => Promise.resolve()
if (reason) { if (reason) {
console.error(reason); console.error(reason);
} }
throw reason; throw reason;
\ No newline at end of file });
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment