From 42719dbd517f0fd5af12f36ba9e19794825b904f Mon Sep 17 00:00:00 2001 From: liam4 Date: Mon, 26 Jun 2017 20:25:24 -0300 Subject: Remove unused require('stream') --- src/promisify-process.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/promisify-process.js') 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 -- cgit 1.3.0-6-gf8a5