Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Jan 31, 2024
1 parent cb80498 commit fe3aad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export class ManifestManager {
return [];
} catch (err) {
this.logger.error(
`Attempted to delete [${artifactIds.length}] outdated artifacts failed with: ${err.message}\n${e.stack}`
`Attempted to delete [${artifactIds.length}] outdated artifacts failed with: ${err.message}\n${err.stack}`
);
return [err];
}
Expand Down

0 comments on commit fe3aad4

Please sign in to comment.