Alan Hettinger

Results 1 issues of Alan Hettinger

Thank you for building this library. This section of code is causing some issues: ``` function makeErrorCause(value, _super) { if (_super === void 0) { _super = makeErrorCause.BaseError; } return...