Skip to content

Commit b72109d

Browse files
authored
fix: missing } bracket in chalk log (#262)
1 parent 0572c0e commit b72109d

File tree

1 file changed

+1
-1
lines changed
  • packages/nx-python/src/provider/uv/build/resolvers

1 file changed

+1
-1
lines changed

packages/nx-python/src/provider/uv/build/resolvers/locked.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class LockedDependencyResolver {
116116

117117
if (result.status !== 0) {
118118
throw new Error(
119-
chalk`{bold failed to export requirements txt with exit code {bold ${result.status}}`,
119+
chalk`{bold failed to export requirements txt with exit code {bold ${result.status}}}`,
120120
);
121121
}
122122

0 commit comments

Comments
 (0)