Skip to content

Commit

Permalink
tune import
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jun 28, 2024
1 parent e5c6189 commit 8afcda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subprocess.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 8afcda3

Please sign in to comment.