fix: do not clone stdout/stderr passed to pugins

This commit is contained in:
Pierre Vanduynslager
2018-08-04 20:33:26 -04:00
parent efb40000b4
commit 63d422ed5c
3 changed files with 12 additions and 5 deletions
-1
View File
@@ -1,4 +1,3 @@
const process = require('process');
const {template, pick} = require('lodash');
const marked = require('marked');
const TerminalRenderer = require('marked-terminal');