From 853ef17b1fa16a5e2e50f8796e4ed8f1cddfe034 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 23 Apr 2018 17:58:43 +0000 Subject: [PATCH] fix(www): debug should take the project name as a parameter --- bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/www b/bin/www index 7f41f95d..d9e857a4 100755 --- a/bin/www +++ b/bin/www @@ -25,7 +25,7 @@ */ const app = require('../app'); -const debug = require('debug')('nodejs-rest-http:server'); +const debug = require('debug')('nodejs-rest-http-crud:server'); const http = require('http'); /**