forked from mirror/MCSM-Daemon
Refactor: to en
This commit is contained in:
parent
9b5d27b0a2
commit
24815444d0
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user