Skip to content

Commit 70849c3

Browse files
committed
fix(deps): yarn upgrade
1 parent 86b5381 commit 70849c3

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
@@ -45546,7 +45546,7 @@ var __createBinding;
4554645546
ar[i] = from[i];
4554745547
}
4554845548
}
45549-
return to.concat(ar || from);
45549+
return to.concat(ar || Array.prototype.slice.call(from));
4555045550
};
4555145551

4555245552
__await = function (v) {

0 commit comments

Comments
 (0)