Skip to content

Commit

Permalink
Dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brain committed Sep 24, 2021
1 parent 16f77dd commit 3ca77b6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions dist/module/promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ export var ZalgoPromise = /*#__PURE__*/function () {
return Promise.resolve(this); // eslint-disable-line compat/compat
};

_proto.lazy = function lazy() {
this.errorHandled = true;
return this;
};

ZalgoPromise.resolve = function resolve(value) {
if (value instanceof ZalgoPromise) {
// $FlowFixMe incompatible-type-arg
Expand Down
2 changes: 1 addition & 1 deletion dist/zalgo-promise.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/zalgo-promise.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3ca77b6

Please sign in to comment.