Skip to content

Commit

Permalink
Compress error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Feb 22, 2024
1 parent fab2702 commit a7e3cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function completeSegment(containerID, placeholderID) {
// as a shared module for that reason.
const EXPECTED_FORM_ACTION_URL =
// eslint-disable-next-line no-script-url
"javascript:throw new Error('A React form was unexpectedly submitted.')";
"javascript:throw new Error('React form unexpectedly submitted.')";

export function listenToFormSubmissionsForReplaying() {
// A global replay queue ensures actions are replayed in order.
Expand Down

0 comments on commit a7e3cdf

Please sign in to comment.