Skip to content

Commit fbd1cf0

Browse files
fix: melhorar a mensagem de erro no registro de atalhos do plugin de keybinds
1 parent 40e3001 commit fbd1cf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/global-keybinds/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ export default createPlugin({
205205
});
206206
} catch (error) {
207207
console.error(
208-
`Global Keybinds Plugin: Error registering shortcut ${keybind.value}: ${error}`,
208+
`Global Keybinds Plugin: Error registering shortcut ${keybind.value}:`,
209+
error,
209210
);
210211
}
211212
});

0 commit comments

Comments
 (0)