omnipin 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -15291,7 +15291,7 @@ var uploadPieceToDataSet = async ({
|
|
|
15291
15291
|
cause: text2
|
|
15292
15292
|
});
|
|
15293
15293
|
}
|
|
15294
|
-
throw new Error("Failed to
|
|
15294
|
+
throw new Error("Failed to upload to a data set", { cause: text2 });
|
|
15295
15295
|
}
|
|
15296
15296
|
const location = res.headers.get("Location");
|
|
15297
15297
|
const hash2 = location?.split("/").pop();
|