exercism / exercism/javascript-analyzer
Write stream to .out file
Open
- Dominant language
- TypeScript
- Stars
- 16
- Forks
- 21
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 2
Description
Anything we write to a file called `analysis.out` (in the solution directory) will be made available to us later for manual inspection.
If the `-c(onsole)` flag is not given and the `--dry` flag is not given, write all logs to a file `analysis.out`.
Contributor guide
Assessment
This issue has not been assessed yet.