fix: logs
This commit is contained in:
@@ -464,7 +464,7 @@ export const saveBuildLog = async ({
|
|||||||
const { default: got } = await import('got')
|
const { default: got } = await import('got')
|
||||||
if (typeof line === 'object' && line) {
|
if (typeof line === 'object' && line) {
|
||||||
if (line.shortMessage) {
|
if (line.shortMessage) {
|
||||||
line = line.shortMessage;
|
line = line.shortMessage + '\n' + line.stderr;
|
||||||
} else {
|
} else {
|
||||||
line = JSON.stringify(line);
|
line = JSON.stringify(line);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user