Skip to content

Commit ecf737e

Browse files
authored
Ensure the snapshot directory matches the watchdir (#9653)
1 parent 46c2729 commit ecf737e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/core/src/RequestTracker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ export default class RequestTracker {
14451445
queue
14461446
.add(() =>
14471447
this.options.inputFS.writeSnapshot(
1448-
this.options.projectRoot,
1448+
this.options.watchDir,
14491449
snapshotPath,
14501450
opts,
14511451
),

0 commit comments

Comments
 (0)