Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit 7d83c52

Browse files
author
Paulo Baima
committed
Adding log for errors
1 parent 1473366 commit 7d83c52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unify-release-build-task/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ async function run() {
1010
tl.setResult(tl.TaskResult.Succeeded, "Task Completed");
1111
}
1212
catch (err) {
13+
console.error(`Build Error.+${err}`);
1314
tl.logIssue(tl.IssueType.Error, err.message);
1415
tl.logIssue(tl.IssueType.Error, JSON.stringify(err));
1516
tl.setResult(tl.TaskResult.Failed, JSON.stringify(err));

0 commit comments

Comments
 (0)