Skip to content

Commit

Permalink
Update getStorybook.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziolkowski committed Nov 28, 2024
1 parent c1f4313 commit 81de25d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ function getStorybook(view: StorybookView, params?: StorybookParams): () => Reac
emitStory(nextSnapshot);
}
} catch (error) {
RunnerBridge.log('story capturing failed', { error });
// @ts-ignore
RunnerBridge.log('story capturing failed', { errorMessage: error?.message });
}
}, 100);
};
Expand Down

0 comments on commit 81de25d

Please sign in to comment.