Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fixing ReferenceError in catch block #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 26, 2022

  1. Fixing ReferenceError in catch block

    Sending error to channel results in a ReferenceError because cleaned is not defined in the catch block's scope.
    
    Replaced with sending the error's stack to resolve this.
    C-Doug-iS authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    234fd08 View commit details
    Browse the repository at this point in the history