Skip to content

Commit 7bc365b

Browse files
committed
chore(task): Prevent display error directly to user
1 parent ed597e5 commit 7bc365b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wizard/processors/collect.processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class CollectProcessor extends Processor {
2626
resourceId,
2727
Object.assign(new UpdateResourceDto(), {
2828
namespaceId: task.namespaceId,
29-
content: task.exception.error,
29+
content: 'error',
3030
}),
3131
);
3232
return {};

0 commit comments

Comments
 (0)