From 5cb8b8c246d8f87fcb3f70a73693e05e651362b3 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Thu, 7 May 2015 10:34:31 +0200 Subject: Print mongod output --- gulpfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index a1bfd3d..dea9e2b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -32,7 +32,9 @@ gulp.task('mongod', function() { '--dbpath', 'db/data', '--nounixsocket', '--bind_ip', '127.0.0.1', - ]); + ], { + stdio: 'inherit', + }); }); // Lazy me, make "gulp" the same as "gulp server" for now. -- cgit v1.2.1