Skip to content

Commit a46ff68

Browse files
committed
v0.0.5
1 parent a85c801 commit a46ff68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsmodule/spinners",
33
"license": "MIT",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "module",
66
"types": "dist/index.d.ts",
77
"exports": {

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const spinners = async (
105105

106106
if (failed > 0) {
107107
// throw `${failed} spinner(s) failed.`;
108-
throw { ...spinnerErrors };
108+
throw Object.fromEntries(spinnerErrors);
109109
}
110110

111111
return null;

0 commit comments

Comments
 (0)