Skip to content

Commit 718a6f7

Browse files
nojafCopilot
andauthored
Update server/src/incrementalCompilation.ts
Co-authored-by: Copilot <[email protected]>
1 parent 483aae3 commit 718a6f7

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
@@ -268,7 +268,7 @@ function triggerIncrementalCompilationOfFile(
268268
const computedWorkspaceRoot =
269269
utils.computeWorkspaceRootPathFromLockfile(projectRootPath);
270270
// If null, it means either a lockfile was found (local package) or no parent project root exists
271-
// In both cases, we default to actualProjectRootPath
271+
// In both cases, we default to projectRootPath
272272
const workspaceRootPath: NormalizedPath =
273273
computedWorkspaceRoot ?? projectRootPath;
274274

0 commit comments

Comments
 (0)