build
This commit is contained in:
parent
e8c120888a
commit
a5572734ef
|
|
@ -59722,7 +59722,7 @@ class CacheDistributor {
|
||||||
const file = this.packageManager === 'pip'
|
const file = this.packageManager === 'pip'
|
||||||
? `${this.cacheDependencyPath
|
? `${this.cacheDependencyPath
|
||||||
.split('\n')
|
.split('\n')
|
||||||
.join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}}`
|
.join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}`
|
||||||
: this.cacheDependencyPath.split('\n').join(',');
|
: this.cacheDependencyPath.split('\n').join(',');
|
||||||
throw new Error(`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`);
|
throw new Error(`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -65798,7 +65798,7 @@ class CacheDistributor {
|
||||||
const file = this.packageManager === 'pip'
|
const file = this.packageManager === 'pip'
|
||||||
? `${this.cacheDependencyPath
|
? `${this.cacheDependencyPath
|
||||||
.split('\n')
|
.split('\n')
|
||||||
.join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}}`
|
.join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}`
|
||||||
: this.cacheDependencyPath.split('\n').join(',');
|
: this.cacheDependencyPath.split('\n').join(',');
|
||||||
throw new Error(`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`);
|
throw new Error(`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue