Skip to content

Commit 202eea1

Browse files
committed
fix(deps): yarn upgrade
1 parent 5722922 commit 202eea1

File tree

2 files changed

+299
-290
lines changed

2 files changed

+299
-290
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45547,7 +45547,7 @@ var __createBinding;
4554745547
ar[i] = from[i];
4554845548
}
4554945549
}
45550-
return to.concat(ar || from);
45550+
return to.concat(ar || Array.prototype.slice.call(from));
4555145551
};
4555245552

4555345553
__await = function (v) {

0 commit comments

Comments
 (0)