Skip to content

Commit b158f80

Browse files
committed
fix(deps): yarn upgrade
1 parent 6f35220 commit b158f80

File tree

2 files changed

+311
-302
lines changed

2 files changed

+311
-302
lines changed

dist/index.js

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

4555445554
__await = function (v) {

0 commit comments

Comments
 (0)