Skip to content

Commit 426f5a7

Browse files
committed
Fixes linting
1 parent 0a21bf7 commit 426f5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/moduleNameResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ namespace ts {
285285
}
286286

287287
// Some TS consumers pass relative paths that aren't normalized
288-
currentDirectory = ts.sys.resolvePath(currentDirectory);
288+
currentDirectory = sys.resolvePath(currentDirectory);
289289

290290
const pnpapi = getPnpApi();
291291
const locator = pnpapi.findPackageLocator(`${currentDirectory}/`);

0 commit comments

Comments
 (0)