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

set errors on the chunk when catching errors so that the proper callbacks are invoked... #471

Merged
merged 4 commits into from
Jun 11, 2014

Commits on Jun 5, 2014

  1. set errors on the chunk when catching errors so that the proper callb…

    …acks are always invoked when rendering or streaming
    Prayrit Jain committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    d1b39eb View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

  1. rename dust.onError to dust.throwError, stop returning a chunk from t…

    …he same function, remove error throwing from dust.log, and set a chunk error when dust helper errors are caught
    Prayrit Jain committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    3518bc2 View commit details
    Browse the repository at this point in the history
  2. remove dust.throwError/dust.onError

    Prayrit Jain committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    0dea16b View commit details
    Browse the repository at this point in the history
  3. remove dust.silenceErrors

    Prayrit Jain committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    2ff9ffe View commit details
    Browse the repository at this point in the history