Renamed wrong value in Sentry.captureException().

This commit is contained in:
Quentin DECAUNES 2019-07-30 16:46:54 +02:00
parent e6bbe74f74
commit 5277c9938b

View File

@ -25,7 +25,7 @@ function preset_import() {
} catch (e) { } catch (e) {
notification('danger', 'Unable to import presets, malformed data.'); notification('danger', 'Unable to import presets, malformed data.');
appendLog(`preset_import() ${e}`); appendLog(`preset_import() ${e}`);
Sentry.captureException(`recreateShortcut() ${e}`); Sentry.captureException(`preset_import() ${e}`);
return; return;
} }