mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix lint
This commit is contained in:
parent
932bb44ff7
commit
fc48a76400
|
@ -128,7 +128,7 @@ export default function openFile(
|
||||||
'confirm("Set the editor to open the file in?")',
|
'confirm("Set the editor to open the file in?")',
|
||||||
(result) => {
|
(result) => {
|
||||||
if (!result) return;
|
if (!result) return;
|
||||||
chrome.runtime.sendMessage({ type: 'OPEN_OPTIONS' });
|
void chrome.runtime.sendMessage({ type: 'OPEN_OPTIONS' });
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
} else if (confirm('Set the editor to open the file in?')) {
|
} else if (confirm('Set the editor to open the file in?')) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user