Skip to content

Commit 1cba2c3

Browse files
committed
chore: project has higher priority
1 parent fe305eb commit 1cba2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest/src/node/workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export class WorkspaceProject {
382382
inspect: this.ctx.config.inspect,
383383
inspectBrk: this.ctx.config.inspectBrk,
384384
alias: [],
385-
includeTaskLocation: this.ctx.config.includeTaskLocation ?? this.config.includeTaskLocation,
385+
includeTaskLocation: this.config.includeTaskLocation ?? this.ctx.config.includeTaskLocation,
386386
}, this.ctx.configOverride || {} as any) as ResolvedConfig
387387
}
388388

0 commit comments

Comments
 (0)