Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manchicken authored Oct 1, 2022
1 parent b60a9fd commit cfdf0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { coalescePromises } = require('@manchicken/promise-regulation')
const { readdir, unlink } = require('fs/promises')
const path = require('path')

const getLastModifiedTimeForFolderContents = (folderPath) =>
const deleteAllFilesInFolder = (folderPath) =>
Promise.resolve()
.then(() =>
readdir(folderPath, { withFileTypes: true })
Expand Down

0 comments on commit cfdf0a3

Please sign in to comment.