We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7c430 commit 5aebf47Copy full SHA for 5aebf47
1 file changed
implement-shell-tools/cat/cat.js
@@ -3,4 +3,4 @@ const filePath = "./sample-files/1.txt";
3
4
const content = fs.readFileSync(filePath, "utf-8");
5
6
-process.stdout.write(content);
+process.stdout.write(content);
0 commit comments