Skip to content

Commit c9b15ea

Browse files
committed
fix: Danger
1 parent 6e43443 commit c9b15ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dangerfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ export default async () => {
4848

4949
schedule(async () => {
5050
const result = (await promisify(exec)('cd packages/browser; yarn size:check')).stdout;
51-
message(`@sentry/browser bundle gzip'ed minified size: \n${result.split('\n')[4]}\n${result.split('\n')[5]}`);
51+
message(`@sentry/browser bundle gzip'ed minified size: *(${result.split('\n')[4]}) (${result.split('\n')[5]})*`);
5252
});
5353
};

0 commit comments

Comments
 (0)