mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #1579 from ErisDS/master-fix
Removing error handling using process.stderr
This commit is contained in:
commit
8a55d60c2d
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ var config = require('./server/config'),
|
|||
// stderr messages from bluebird promises.
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
require('when/monitor/console');
|
||||
process.stderr.on('data', function (msg) {
|
||||
console.log(msg);
|
||||
});
|
||||
}
|
||||
|
||||
// Sets up the express server instance.
|
||||
|
|
Loading…
Add table
Reference in a new issue