Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: inspectObject and writeStdout repl helpers
* process.stdout.write will stop working after the buffer limit is hit because the event loop is closed * inspectObject is like console.dir, but tuned to terminal debugging and can be paired with writeStdout to print large objects
- Loading branch information