diff options
-rw-r--r-- | src/promisify-process.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/promisify-process.js b/src/promisify-process.js index 58a8597..8b3e525 100644 --- a/src/promisify-process.js +++ b/src/promisify-process.js @@ -1,7 +1,5 @@ 'use strict' -const { Writable } = require('stream') - module.exports = function promisifyProcess(proc, showLogging = true) { // Takes a process (from the child_process module) and returns a promise // that resolves when the process exits (or rejects, if the exit code is |