Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(std/log): use writeAllSync instead of writeSync (#5868)
Deno.writeSync: Returns the number of bytes written. It is not guaranteed that the full buffer will be written in a single call.
- Loading branch information