Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to Parsingという文法のミスを含んだエラーメッセージを一掃した #4076

Merged
merged 2 commits into from
Feb 9, 2022

Conversation

Aseiide
Copy link
Contributor

@Aseiide Aseiide commented Jan 28, 2022

変更前

console warn(failed to parse, error)

chrome devtoolのコンソールのスクショ
_4076のconsole_warn__Failed_to_parsing___error_と書いたとき

変更後

console warn(error)

chrome devtoolのコンソールのスクショ
_4076のconsole_warn_error_と書いたとき

上記を確認するための再現方法

ファイルを一部改変してわざとエラーを起こすことで確認することができます

  1. app/javascript/announcements.vue93行目this.announcements.push(announcement)からthis.announcements(announcement) に一部改変する
    announcement.vueでなくても任意のファイルを一部改変で大丈夫です
  2. ChromeのDevToolのコンソール画面でスクショのようなエラー画面が確認できます

やったこと

  • jsファイルやvueファイルで使われているエラーを出す部分を、不要な部分を削ってconsole.warn(error)となるように変更しました。

もともとはエラーメッセージをFailed to Parseに書き換える、というissueだったのですがこちらのコメントのように、Failed to Parseすらも不要ということでしたので、console.warn(error) というふうに書き換えを行いました。

@Aseiide Aseiide self-assigned this Jan 28, 2022
@Aseiide Aseiide requested a review from ot0m1 January 28, 2022 14:35
@Aseiide
Copy link
Contributor Author

Aseiide commented Jan 28, 2022

@ot0m1
こちらのPRのレビューをお願いいたします!

@Aseiide Aseiide marked this pull request as ready for review January 28, 2022 14:44
@Aseiide Aseiide force-pushed the feature/fix-console-warn-error-message branch from 6433871 to eab15ff Compare February 5, 2022 13:38
Copy link
Contributor

@ot0m1 ot0m1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aseiide レビューが遅れて大変すいません🙇‍♂️

  • app/javascript/admin_companies.vue
  • app/javascript/company-users.vue
  • app/javascript/generation-users.vue

の3ファイルにconsole.warn('Failed to parsing', error)という表記が残っているようですが、修正不要でしょうか。

また、

app/jabascript/announcement.vue の 93行目をthis.announcements.push(announcement)からthis.announcements(announcement) に一部改変する

上記のパスに誤りがあるようです。app/javascript/announcements.vueのように思われます。

@Aseiide
Copy link
Contributor Author

Aseiide commented Feb 6, 2022

@ot0m1 レビューありがとうございます。

3ファイルにconsole.warn('Failed to parsing', error)という表記が残っている

こちら、自分の修正漏れですね。修正します。

上記のパスに誤りがある

typoしてますね。Descriptionの方は既に修正しました。

@Aseiide
Copy link
Contributor Author

Aseiide commented Feb 6, 2022

@ot0m1 修正もれがあったのを再度修正しました。レビューお願いいたします。

@Aseiide Aseiide requested a review from ot0m1 February 6, 2022 04:59
Copy link
Contributor

@ot0m1 ot0m1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aseiide LGTMです!

@Aseiide
Copy link
Contributor Author

Aseiide commented Feb 7, 2022

@komagata
チームメンバーのレビューが通りましたので、こちらのレビューお願いいたします。

Copy link
Member

@komagata komagata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確認しました、OKですー🙆‍♂️

@komagata komagata merged commit ea297ae into main Feb 9, 2022
@komagata komagata deleted the feature/fix-console-warn-error-message branch February 9, 2022 05:46
@github-actions github-actions bot mentioned this pull request Feb 9, 2022
54 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants