From 5f159752013be3320c328dbdc330885142490043 Mon Sep 17 00:00:00 2001 From: Yutsuo Date: Thu, 16 Jan 2020 13:03:40 -0300 Subject: [PATCH] update --- src/bin/www.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/www.js b/src/bin/www.js index 115ff39..4093938 100755 --- a/src/bin/www.js +++ b/src/bin/www.js @@ -5,7 +5,7 @@ import app from '../app'; import debugLib from 'debug'; import http from 'http'; -const debug = debugLib('your-project-name:server'); +const debug = debugLib('es6-nodejs:server'); /** * Get port from environment and store in Express.