Skip to content

Commit f05e32e

Browse files
Update comment on aborted
Co-authored-by: Henry Mercer <henry@henrymercer.name>
1 parent c2df72d commit f05e32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export type ActionName =
3232
| "upload-sarif";
3333

3434
export type ActionStatus =
35-
| "aborted" // Only used in the init Action, if init failed and it wasn't a configuration error.
35+
| "aborted" // Only used in the init Action, if init failed before initializing the tracer due to something other than a configuration error.
3636
| "failure"
3737
| "starting"
3838
| "success"

0 commit comments

Comments
 (0)