Skip to content

Commit 23b9a8c

Browse files
fix(core): correct arguments in NxCache instantiation
Co-authored-by: leosvelperez <leosvelperez@users.noreply.github.com>
1 parent f94df6c commit 23b9a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nx/src/daemon/server/handle-cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function getCacheInstance(): NxCache {
1515
workspaceRoot,
1616
cacheDir,
1717
getDbConnection(),
18+
undefined,
1819
resolveMaxCacheSize(nxJson)
1920
);
2021
}

0 commit comments

Comments
 (0)