We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5651544 commit c95d789Copy full SHA for c95d789
.github/workflows/libcxx-restart-preempted-jobs.yaml
@@ -93,7 +93,7 @@ jobs:
93
})
94
95
// For temporary debugging purposes to see the structure of the annotations.
96
- console.print(annotations);
+ console.log(annotations);
97
98
has_failed_job = false;
99
saved_failure_message = null;
0 commit comments