From 8afcda37fa32b6f963ade7722e9698229e9c5d68 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Fri, 28 Jun 2024 17:08:58 +0200 Subject: [PATCH] tune import --- lib/subprocess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/subprocess.js b/lib/subprocess.js index 7934c21..87bd05e 100644 --- a/lib/subprocess.js +++ b/lib/subprocess.js @@ -5,7 +5,7 @@ import B from 'bluebird'; import { quote } from 'shell-quote'; import _ from 'lodash'; import { formatEnoent } from './helpers'; -import { createInterface } from 'node:readline/promises'; +import { createInterface } from 'node:readline'; class SubProcess extends EventEmitter {