mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
typo
This commit is contained in:
@@ -218,7 +218,7 @@ export default class URI {
|
||||
ret._scheme = 'file';
|
||||
|
||||
// normalize to fwd-slashes on windows,
|
||||
// on other systems bwd-slaches are valid
|
||||
// on other systems bwd-slashes are valid
|
||||
// filename character, eg /f\oo/ba\r.txt
|
||||
if (platform.isWindows) {
|
||||
path = path.replace(/\\/g, URI._slash);
|
||||
|
||||
Reference in New Issue
Block a user