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 d15c680 commit 7eca1f9Copy full SHA for 7eca1f9
README.md
@@ -89,7 +89,7 @@ g3.stream().on('data', path => {
89
const results = await glob('**', { stat: true, withFileTypes: true })
90
91
const timeSortedFiles = results
92
- .sort((a, b) => a.mtimeMS - b.mtimeMS)
+ .sort((a, b) => a.mtimeMs - b.mtimeMs)
93
.map(path => path.fullpath())
94
95
const groupReadableFiles = results
0 commit comments