diff --git a/app/src/functions/getRosTopicListFromCloud.function.ts b/app/src/functions/getRosTopicListFromCloud.function.ts index 9451837..043a8ba 100644 --- a/app/src/functions/getRosTopicListFromCloud.function.ts +++ b/app/src/functions/getRosTopicListFromCloud.function.ts @@ -9,6 +9,7 @@ export default async function GetRosTopicListFromCloud() { return response.data; } catch (error) { + console.log("error", error); console.log( `[GetRosTopicListFromCloud] Error while getting ROS topic list (${env.application.host}:${env.application.port}).` ); diff --git a/package.json b/package.json index 4351a98..d876048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "physical-robot-services", - "version": "0.1.4", + "version": "0.1.5", "description": "Physical Robot Services", "main": "app/app.ts", "scripts": {