Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Sep 16, 2024
1 parent 921d426 commit e93772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/SuFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class SuFile extends Native<NativeSuFile> {
public setWriteable(writeable: boolean, ownerOnly: boolean = true) {
return this._setExecuteWriteReadable(SuFile.TYPE.CANWRITE, writeable, ownerOnly);
}

public setReadable(readable: boolean, ownerOnly: boolean = true) {
return this._setExecuteWriteReadable(SuFile.TYPE.CANREAD, readable, ownerOnly);
}
Expand Down

0 comments on commit e93772b

Please sign in to comment.