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

wrap setting err.message with a try/catch #2996

Merged
merged 3 commits into from May 1, 2020

Commits on Apr 1, 2018

  1. wrap setting err.message with a try/catch

    this attempts to bypass pugjs#2995 (a continuation of pugjs/pug-runtime#35)
    
    note that this does not fix the bug. if setting `err.message` throws an error, the reason for that should be found and corrected.
    chharvey committed Apr 1, 2018
    Copy the full SHA
    9ff8cf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. fix formatting

    chharvey committed Jul 22, 2019
    Copy the full SHA
    777c5d0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into chharvey-patch-1

    Chris Harvey committed Jul 22, 2019
    Copy the full SHA
    2bbee4c View commit details
    Browse the repository at this point in the history