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 dfb839e commit 4e73fa4Copy full SHA for 4e73fa4
test/base/cache.ts
@@ -230,7 +230,7 @@ export class Cache extends EventEmitter {
230
this.activeLayer = (async () => {
231
const execAsync = promisify(exec);
232
233
- const targetPath = this.externalLayersPath || this.layersPath;
+ const targetPath = this.externalLayersPath ?? this.layersPath;
234
const gitStatusPath = this.externalLayersPath
235
? `${path.relative(await this._getGitRoot(targetPath), targetPath)}/*`
236
: 'test/simulation/cache/layers/*';
0 commit comments