Skip to content

Commit c0f8847

Browse files
committed
Changed log output of data size from notice to verbose
1 parent 4607b31 commit c0f8847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/export.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const setAsConfig = async (page, chart, options, displayErrors) => {
141141

142142
// Log the size in MB
143143
log(
144-
3,
144+
4,
145145
`[export] The current total size of data passed to a page is around ${(
146146
totalSize /
147147
(1024 * 1024)

0 commit comments

Comments
 (0)