« get me outta code hell

Remove unused require('stream') - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/promisify-process.js
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-06-26 20:25:24 -0300
committerliam4 <towerofnix@gmail.com>2017-06-26 20:25:24 -0300
commit42719dbd517f0fd5af12f36ba9e19794825b904f (patch)
tree2f5207aa87725fcfff8a7695d8cca09417de2f4f /src/promisify-process.js
parent885425e694c70e058b63a872d5e2c013c6470593 (diff)
Remove unused require('stream')
Diffstat (limited to 'src/promisify-process.js')
-rw-r--r--src/promisify-process.js2
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