Skip to content

Commit 0ecc7ec

Browse files
update readonly error desc
1 parent f119b13 commit 0ecc7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kernel/filesystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class MoveDestinationDirectoryNotEmptyError extends Error {
3535
}
3636

3737
/**
38-
* Error thrown when attempting to write to a read-only path.
38+
* Error thrown when attempting to write to a read-only path, or when attemping to write to a protected path without privilege.
3939
*
4040
* @group Userspace
4141
* @category Filesystem

0 commit comments

Comments
 (0)