Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #1866: Permit read locks on archive file write
Prevents C# from insisting on a write-only lock when writing to the file system. This means external programs (a simple `tail -f $FILE` for example) can receive data from a running kOS program without causing errors.
- Loading branch information