mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Fix no output from errors
This commit is contained in:
parent
ce865270c4
commit
7386c669ad
@ -29,14 +29,14 @@ class System {
|
|||||||
core.info(result);
|
core.info(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (exitCode !== 0) {
|
|
||||||
throw new Error(error);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (error !== '') {
|
if (error !== '') {
|
||||||
core.warning(error);
|
core.warning(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (exitCode !== 0) {
|
||||||
|
throw new Error(error);
|
||||||
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user