mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-08 19:39:09 +08:00
Describe errors in System.run
This commit is contained in:
@@ -148,7 +148,7 @@ export default class Versioning {
|
||||
try {
|
||||
await this.git(['fetch', '--unshallow']);
|
||||
} catch (error) {
|
||||
core.warning(error);
|
||||
core.warning(`Fetch --unshallow caught: ${error}`);
|
||||
await this.git(['fetch']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user