Skip to content

Commit 4e73fa4

Browse files
sbattenjoaomoreno
andauthored
Update test/base/cache.ts
Co-authored-by: João Moreno <[email protected]>
1 parent dfb839e commit 4e73fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/base/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export class Cache extends EventEmitter {
230230
this.activeLayer = (async () => {
231231
const execAsync = promisify(exec);
232232

233-
const targetPath = this.externalLayersPath || this.layersPath;
233+
const targetPath = this.externalLayersPath ?? this.layersPath;
234234
const gitStatusPath = this.externalLayersPath
235235
? `${path.relative(await this._getGitRoot(targetPath), targetPath)}/*`
236236
: 'test/simulation/cache/layers/*';

0 commit comments

Comments
 (0)