Refactor: to en

This commit is contained in:
unitwk 2022-08-20 13:43:00 +08:00
parent 9b5d27b0a2
commit 24815444d0

View File

@ -79,7 +79,7 @@ export default class FileManager {
});
}
} catch (error) {
// 忽略一个文件信息获取错误,以防止导致整体错误
// Ignore a file information retrieval error to prevent an overall error
}
});
files.sort((a, b) => (a.name > b.name ? 1 : -1));