Skip to content

Commit 66e8b67

Browse files
committed
Edit myCat
1 parent 9f8b68c commit 66e8b67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

implement-shell-tools/cat/myCat.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ program
1111

1212
program.parse();
1313

14-
const args = program.args;
15-
const files = args;
14+
const files = program.args;
1615
const opts = program.opts();
1716
let lineNumber = 1;
1817

0 commit comments

Comments
 (0)