Skip to content
Snippets Groups Projects
Commit 999ac522 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

print port when multiplex server starts (#98)

parent cc869cb6
No related branches found
No related tags found
No related merge requests found
......@@ -46,3 +46,9 @@ var createHash = function(secret) {
// Actually listen
app.listen(opts.port || null);
var brown = '\033[33m',
green = '\033[32m',
reset = '\033[0m';
console.log( brown + "reveal.js:" + reset + " Multiplex running on port " + green + opts.port + reset );
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment