mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
tslint
This commit is contained in:
@@ -190,7 +190,7 @@ export default class URI {
|
||||
ret._path = match[5] || ret._path;
|
||||
ret._query = match[7] || ret._query;
|
||||
ret._fragment = match[9] || ret._fragment;
|
||||
};
|
||||
}
|
||||
URI._validate(ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user