diff --git a/src/main.ts b/src/main.ts index 1f7ff88..8732e06 100644 --- a/src/main.ts +++ b/src/main.ts @@ -210,7 +210,7 @@ export class TogglTrack extends InstanceBase { if (this.workspaceId == undefined) { // no workspace found this.log('debug', 'workspace not found. Response: ' + JSON.stringify(workspaces)) - this.updateStatus(InstanceStatus.BadConfig, 'No workspace found') + this.updateStatus(InstanceStatus.BadConfig, 'Available Workspaces: ' + workspaces.map((ws) => ws.name).join(',')) return }