« get me outta code hell

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:
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