Skip to content

Commit fe3380e

Browse files
committed
fix(www): debug should take the project name as a parameter
1 parent 4768897 commit fe3380e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/www

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
const app = require('../app');
28-
const debug = require('debug')('nodejs-rest-http:server');
28+
const debug = require('debug')('nodejs-rest-http-crud:server');
2929
const http = require('http');
3030

3131
/**

0 commit comments

Comments
 (0)