This commit is contained in:
Nathan Bierema 2022-05-04 07:19:39 -04:00
parent 932bb44ff7
commit fc48a76400

View File

@ -128,7 +128,7 @@ export default function openFile(
'confirm("Set the editor to open the file in?")',
(result) => {
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?')) {