@hyperline/cli 0.1.0-build.1.26ffcef → 0.1.0-build.1.2894136
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.
|
@@ -51159,8 +51159,8 @@ var PathParamError = class extends Error {
|
|
|
51159
51159
|
missingKeys;
|
|
51160
51160
|
constructor(missingKeys) {
|
|
51161
51161
|
super(`Missing required path parameter${missingKeys.length > 1 ? "s" : ""}: ${missingKeys.join(", ")}`);
|
|
51162
|
-
this.missingKeys = missingKeys;
|
|
51163
51162
|
this.name = "PathParamError";
|
|
51163
|
+
this.missingKeys = missingKeys;
|
|
51164
51164
|
}
|
|
51165
51165
|
};
|
|
51166
51166
|
function removeUsedKeys(args, usedKeys) {
|