mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 04:46:25 -05:00
Merge pull request #13006 from SaschaNaz/lintfix
Fix latest tslint errors
This commit is contained in:
@@ -48,7 +48,7 @@ function log(msg: string) {
|
||||
}
|
||||
|
||||
|
||||
let directorySeparator = "/";
|
||||
const directorySeparator = "/";
|
||||
|
||||
function getRootLength(path: string): number {
|
||||
if (path.charAt(0) === directorySeparator) {
|
||||
|
||||
Reference in New Issue
Block a user