Skip to content

Commit 715d50b

Browse files
committed
Don't show prettify error notification
It's often unnecessary info for the user, and doesn't block the user in any way. Fixes codesandbox#994
1 parent 3dc8935 commit 715d50b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/app/src/app/store/modules/editor/sequences.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,7 @@ export const prettifyCode = [
170170
'Invalid JSON in sandbox .prettierrc file',
171171
'error'
172172
),
173-
error: addNotification(
174-
string`Something went wrong prettifying the code: "${props`error.message`}"`,
175-
'error'
176-
),
173+
error: [],
177174
},
178175
];
179176

0 commit comments

Comments
 (0)