mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Change "listening on" console message from red to yellow
(Because red looks like an error)
This commit is contained in:
@@ -57,5 +57,5 @@ if (isDevelopment) {
|
||||
ecstatic({ root: __dirname, cache: 0 })
|
||||
).listen(8080);
|
||||
|
||||
console.log(colors.red('Listening on :8080'));
|
||||
console.log(colors.yellow('Listening on :8080'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user