未验证 提交 60b847aa 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #92862 from videlalvaro/issue_92860

fixes #92860
......@@ -292,7 +292,7 @@ export function writeFile(path: string, data: string | Buffer | Uint8Array, opti
function toQueueKey(path: string): string {
let queueKey = path;
if (platform.isWindows || platform.isMacintosh) {
queueKey = queueKey.toLowerCase(); // accomodate for case insensitive file systems
queueKey = queueKey.toLowerCase(); // accommodate for case insensitive file systems
}
return queueKey;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册