Skip to content

Commit e7fde20

Browse files
committed
Fix action index in logs
1 parent 5574283 commit e7fde20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/render.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export function renderShortcut(shortcutActions: Array<ActionData>) {
2828
if (dev) {
2929
console.group('Render Shortcut');
3030
}
31+
actionIndex = 0;
3132
actionTotal = shortcutActions.length;
3233
for (const action of shortcutActions) {
3334
actionIndex++;

0 commit comments

Comments
 (0)