Skip to content

Commit

Permalink
fix: missing } bracket in chalk log (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryLChew authored Dec 31, 2024
1 parent 0572c0e commit b72109d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class LockedDependencyResolver {

if (result.status !== 0) {
throw new Error(
chalk`{bold failed to export requirements txt with exit code {bold ${result.status}}`,
chalk`{bold failed to export requirements txt with exit code {bold ${result.status}}}`,
);
}

Expand Down

0 comments on commit b72109d

Please sign in to comment.