mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Renamed wrong value in Sentry.captureException().
This commit is contained in:
parent
e6bbe74f74
commit
5277c9938b
@ -25,7 +25,7 @@ function preset_import() {
|
||||
} catch (e) {
|
||||
notification('danger', 'Unable to import presets, malformed data.');
|
||||
appendLog(`preset_import() ${e}`);
|
||||
Sentry.captureException(`recreateShortcut() ${e}`);
|
||||
Sentry.captureException(`preset_import() ${e}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user