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

Commit

Permalink
feat assert condition log error
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorode committed May 16, 2024
1 parent 597fbf6 commit 51a9f67
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ function we(o, e, r = 200) {
o.status != t && (console.error(`ko - ${e}. Expecting ${t} but got ${o.status}`), console.error(o), f(e + " ko"));
}
function $e(o, e) {
o() || f(e);
const r = {};
r[e] = () => o, u({}, r) || f(e);
}
export {
E as BASE_URL,
Expand Down
Loading

0 comments on commit 51a9f67

Please sign in to comment.