Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
medjedovicm committed Feb 27, 2025
1 parent 2225f68 commit bde25aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export async function deleteFile(filePath: string) {
export async function deleteFolder(folderPath: string) {
return fs.rm(folderPath, {
recursive: true,
force: true
force: true
})
}

Expand Down

0 comments on commit bde25aa

Please sign in to comment.