@base44-preview/cli 0.0.47-pr.425.458ecc6 → 0.0.47-pr.425.d2c18f2
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/index.js +2 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -237909,7 +237909,7 @@ async function fetchFunctionLogs(functionName, filters = {}) {
|
|
|
237909
237909
|
const searchParams = buildLogsQueryString(filters);
|
|
237910
237910
|
let response;
|
|
237911
237911
|
try {
|
|
237912
|
-
response = await appClient.get(`functions-mgmt/${functionName}/logs`, {
|
|
237912
|
+
response = await appClient.get(`functions-mgmt/${encodeURIComponent(functionName)}/logs`, {
|
|
237913
237913
|
searchParams
|
|
237914
237914
|
});
|
|
237915
237915
|
} catch (error48) {
|
|
@@ -256206,4 +256206,4 @@ export {
|
|
|
256206
256206
|
CLIExitError
|
|
256207
256207
|
};
|
|
256208
256208
|
|
|
256209
|
-
//# debugId=
|
|
256209
|
+
//# debugId=A81315D16B3EA4F564756E2164756E21
|