Skip to content

Commit

Permalink
Add 25a enum name compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-kapilg committed Aug 20, 2024
1 parent 816f586 commit 65e8022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export function interpretSkipReason(skipReason: string){
return "Up-To-Date";
case "UserSpecified":
return "User Specified";
case "UserRequested":
return "User Requested";
case "DependencyFailed":
return "Dependency Failed";
default:
Expand Down

0 comments on commit 65e8022

Please sign in to comment.