Skip to content

Commit

Permalink
fix(www): debug should take the project name as a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Apr 23, 2018
1 parent 282413e commit 853ef17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/www
Original file line number Diff line number Diff line change
Expand Up @@ -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');

/**
Expand Down

0 comments on commit 853ef17

Please sign in to comment.