Skip to content

Commit

Permalink
fixed lintting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpleme committed Jan 17, 2024
1 parent ac52d18 commit 93b31b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/PromisifyInput.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createInterface } from "readline";
import fileSystemCompleter from "./FileSystemCompleter.js";
import chalk from "chalk";
import ansiEraseLines from "./AnsiEraseLines.js";
// import ansiEraseLines from "./AnsiEraseLines.js";

export const rl = createInterface({
input: process.stdin,
Expand Down

0 comments on commit 93b31b2

Please sign in to comment.