Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
arapaho; fix launching
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Mar 21, 2018
1 parent 47f6ecd commit 323c410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arapaho.js
Expand Up @@ -98,5 +98,5 @@ var server = app.listen(myport, function () {
if (args.launch) {
console.log('Launching...');
opn('http://'+(host === '::' ? 'localhost' : 'host') + ':' +port+'/');
});
}
});

0 comments on commit 323c410

Please sign in to comment.