diff options
author | liam4 <towerofnix@gmail.com> | 2017-06-26 20:25:24 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-06-26 20:25:24 -0300 |
commit | 42719dbd517f0fd5af12f36ba9e19794825b904f (patch) | |
tree | 2f5207aa87725fcfff8a7695d8cca09417de2f4f /src | |
parent | 885425e694c70e058b63a872d5e2c013c6470593 (diff) |
Remove unused require('stream')
Diffstat (limited to 'src')
-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 |