Skip to content

Commit 39d7030

Browse files
committed
fix: prettier issues
1 parent 5aa5bf1 commit 39d7030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/field-plugin/src/createFieldPlugin/createPluginActions/createPluginActions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ export const createPluginActions: CreatePluginActions = ({
7474
// TODO remove side-effect, making functions in this file pure.
7575
// perhaps only show this message in development mode?
7676
console.debug(
77-
`Plugin received a message from container of an unknown action type "${data.action
77+
`Plugin received a message from container of an unknown action type "${
78+
data.action
7879
}". You may need to upgrade the version of the @storyblok/field-plugin library. Full message: ${JSON.stringify(
7980
data,
8081
)}`,

0 commit comments

Comments
 (0)