more conservative: only modify webpack's subclass of ProcessWrapper

This commit is contained in:
Michael Bradley, Jr 2018-07-25 19:58:24 -05:00 committed by Pascal Precht
parent 0fdedf093c
commit f2cdd4d556
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ class ProcessWrapper {
constructor(options = {}) {
this.options = Object.assign({pingParent: true}, options);
this.interceptLogs();
this.env = _options ? _options.env : 'development';
this.events = new Events();
if(this.options.pingParent) {
this.pingParent();