We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e1549 commit 483aae3Copy full SHA for 483aae3
server/src/incrementalCompilation.ts
@@ -273,7 +273,7 @@ function triggerIncrementalCompilationOfFile(
273
computedWorkspaceRoot ?? projectRootPath;
274
275
// Determine if lockfile was found for debug logging
276
- // If computedWorkspaceRoot is null and actualProjectRootPath is not null, check if parent exists
+ // If computedWorkspaceRoot is null and projectRootPath is not null, check if parent exists
277
const foundRewatchLockfileInProjectRoot =
278
computedWorkspaceRoot == null &&
279
projectRootPath != null &&
0 commit comments