Skip to content

Commit c95d789

Browse files
committed
Fix incorrect console.print -> console.log to fix libc++ restarter
1 parent 5651544 commit c95d789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-restart-preempted-jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
})
9494
9595
// For temporary debugging purposes to see the structure of the annotations.
96-
console.print(annotations);
96+
console.log(annotations);
9797
9898
has_failed_job = false;
9999
saved_failure_message = null;

0 commit comments

Comments
 (0)