mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
check missing log file
This commit is contained in:
parent
499ad8784a
commit
c6b0f25f8d
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
11662
package-lock.json
generated
Normal file
11662
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -44,6 +44,11 @@ export class RemoteClientLogger {
|
|||||||
if (!fs.existsSync(RemoteClientLogger.LogFilePath)) {
|
if (!fs.existsSync(RemoteClientLogger.LogFilePath)) {
|
||||||
CloudRunnerLogger.log(`Log file does not exist`);
|
CloudRunnerLogger.log(`Log file does not exist`);
|
||||||
|
|
||||||
|
// check if CloudRunner.isCloudRunnerEnvironment is true, log
|
||||||
|
if (!CloudRunner.isCloudRunnerEnvironment) {
|
||||||
|
CloudRunnerLogger.log(`Cloud Runner is not running in a cloud environment, not collecting logs`);
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user