Skip to content

Commit

Permalink
Added missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
lski committed Mar 17, 2016
1 parent a6b59b7 commit 8917620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/http-server
Expand Up @@ -151,7 +151,7 @@ function listen(port) {
opener(baseUrl + argv.o);
}
else {
opener(baseUrl, { command: argv.o !== true ? argv.o : null })
opener(baseUrl, { command: argv.o !== true ? argv.o : null });
}
}
});
Expand Down

0 comments on commit 8917620

Please sign in to comment.