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 483aae3 commit 718a6f7Copy full SHA for 718a6f7
server/src/incrementalCompilation.ts
@@ -268,7 +268,7 @@ function triggerIncrementalCompilationOfFile(
268
const computedWorkspaceRoot =
269
utils.computeWorkspaceRootPathFromLockfile(projectRootPath);
270
// 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
+ // In both cases, we default to projectRootPath
272
const workspaceRootPath: NormalizedPath =
273
computedWorkspaceRoot ?? projectRootPath;
274
0 commit comments