Skip to content

Commit 483aae3

Browse files
nojafCopilot
andauthored
Update server/src/incrementalCompilation.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 01e1549 commit 483aae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/incrementalCompilation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function triggerIncrementalCompilationOfFile(
273273
computedWorkspaceRoot ?? projectRootPath;
274274

275275
// Determine if lockfile was found for debug logging
276-
// If computedWorkspaceRoot is null and actualProjectRootPath is not null, check if parent exists
276+
// If computedWorkspaceRoot is null and projectRootPath is not null, check if parent exists
277277
const foundRewatchLockfileInProjectRoot =
278278
computedWorkspaceRoot == null &&
279279
projectRootPath != null &&

0 commit comments

Comments
 (0)