Open
Bug 1425516
Opened 7 years ago
Updated 6 months ago
os.file.readFile() usability complaints
Categories
(Core :: JavaScript Engine, enhancement, P5)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jorendorff, Unassigned)
References
(Blocks 1 open bug)
Details
```
js> read
function readFile() {
[native code]
}
js> read()
typein:15:1 Error: snarf: not enough arguments
```
1. Error messages should say `os.file.readFile`, not `snarf`
2. The full output of `help()` is really confusing; the stuff under os
needs to be indented or something.
3. (optionally) It would be nice to drop the `read` and `snarf` aliases.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•