@sap-ux/odata-service-inquirer 2.16.8 → 2.16.9
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.
|
@@ -356,8 +356,8 @@ async function getSelectedServiceMessage(serviceChoices, selectedService, connec
|
|
|
356
356
|
};
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
|
-
|
|
360
|
-
|
|
359
|
+
else if (prompt_helpers_1.errorHandler.getErrorMsg()) {
|
|
360
|
+
// If any catalog request errors, show an info message. We know this is a catalog error since there is no service selected.
|
|
361
361
|
return {
|
|
362
362
|
message: `${prompt_helpers_1.errorHandler.getErrorMsg()} ${(0, i18n_1.t)('texts.seeLogForDetails')}`,
|
|
363
363
|
severity: yeoman_ui_types_1.Severity.information
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/odata-service-inquirer",
|
|
3
3
|
"description": "Prompts module that can prompt users for inputs required for odata service writing",
|
|
4
|
-
"version": "2.16.
|
|
4
|
+
"version": "2.16.9",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|