Skip to content

Commit 1f12672

Browse files
committed
fix: log when no active device to record in config
1 parent 3d3203a commit 1f12672

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/actions.ts

+2
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ export function GetActionsList(executeAction: (fcn: DoAction) => Promise<void>):
285285

286286
// Invalidate all feedbacks, some of them have probably changed
287287
instance.checkFeedbacks()
288+
} else {
289+
instance.log('warn', 'No active device found')
288290
}
289291
})
290292
},

0 commit comments

Comments
 (0)