Skip to content

Commit c56325e

Browse files
Update dangerfile.ts
Co-authored-by: Rodolfo Carvalho <[email protected]>
1 parent 905ddec commit c56325e

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
@@ -49,7 +49,7 @@ export default async () => {
4949
schedule(async () => {
5050
const lines = (await promisify(exec)('cd packages/browser; yarn size:check')).stdout.split('\n');
5151
const es5size = lines.find(v => v.startsWith('ES5'));
52-
const e65size = lines.find(v => v.startsWith('ES6'));
52+
const es6size = lines.find(v => v.startsWith('ES6'));
5353
message(`@sentry/browser bundle gzip'ed minified size: *(${es5size}) (${es6size})*`);
5454
});
5555
};

0 commit comments

Comments
 (0)