-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.invalidIssues and PRs that are invalid.Issues and PRs that are invalid.
Description
- Version: v8.5.0
- Platform: Linux ubuntu 4.4.0-96-generic Is there mentoring for ios.js like in node-forward? #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
- Subsystem: fs, process
fs apis like fstatSync or readSync don't read state or data fed through pipe.
Reproducible code
https://wandbox.org/permlink/zU1uUULheUpxmgfN
cat data.txt | node prog.js # NG
node prog.js < data.txt # OKBut with stream api, it works properly.
https://wandbox.org/permlink/XW7rOuJQCCyqCFPX
This problem occurred only on linux as long as I tested, not on macOS.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.invalidIssues and PRs that are invalid.Issues and PRs that are invalid.