forked from svrjs/svrjs
Make "SVR.JS - a web server running on Node.JS" bold
This commit is contained in:
parent
155b808dbc
commit
98de0a31dc
1 changed files with 1 additions and 1 deletions
2
svr.js
2
svr.js
|
@ -5025,7 +5025,7 @@ function start(init) {
|
|||
if (init) {
|
||||
for (i = 0; i < logo.length; i++) console.log(logo[i]); // Print logo
|
||||
console.log();
|
||||
console.log("Welcome to SVR.JS - a web server running on Node.JS");
|
||||
console.log("Welcome to \x1b[1mSVR.JS - a web server running on Node.JS\x1b[0m");
|
||||
|
||||
// Print warnings
|
||||
if (version.indexOf("Nightly-") === 0) serverconsole.locwarnmessage("This version is only for test purposes and may be unstable.");
|
||||
|
|
Reference in a new issue