Skip to content

Commit 5aebf47

Browse files
committed
updated cat.js
1 parent 6f7c430 commit 5aebf47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • implement-shell-tools/cat

implement-shell-tools/cat/cat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ const filePath = "./sample-files/1.txt";
33

44
const content = fs.readFileSync(filePath, "utf-8");
55

6-
process.stdout.write(content);
6+
process.stdout.write(content);

0 commit comments

Comments
 (0)