Skip to content

Commit 644e962

Browse files
authored
Remove commented-out path variable
Removed commented-out code for clarity.
1 parent 555dd44 commit 644e962

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

implement-shell-tools/cat/cat-commander.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ if (argv.length === 0) {
1818
process.exit(1);
1919
}
2020

21-
//const path = argv[0];
2221
for (const path of argv){
2322
const option = program.opts();
2423
const content = await fs.readFile(path, "utf-8");

0 commit comments

Comments
 (0)