mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add http:// to demo output address
This makes it easy to launch the demo in a browser by right clicking the URL in gnome-terminal
This commit is contained in:
+1
-1
@@ -45,5 +45,5 @@ app.ws('/bash', function(ws, req) {
|
||||
var port = process.env.PORT || 3000,
|
||||
host = '0.0.0.0';
|
||||
|
||||
console.log('App listening to ' + host + ':' + port);
|
||||
console.log('App listening to http://' + host + ':' + port);
|
||||
app.listen(port, host);
|
||||
|
||||
Reference in New Issue
Block a user