We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3ae03 commit ee654f5Copy full SHA for ee654f5
.github/workflows/directory.jule
@@ -98,7 +98,7 @@ fn isIgnorePath(path: str): bool {
98
99
fn createDirectoryMd() {
100
const MdPath = "./DIRECTORY.md"
101
- os::WriteFile(MdPath, unsafe { Table.Buf() }, 0o660) else {
+ os::WriteFileSync(MdPath, unsafe { Table.Buf() }, 0o660) else {
102
workflowFailed("a problem occurs when creating " + MdPath)
103
}
104
0 commit comments