From 7a6c6deba97a7680c47ab7d4c0af6a2ac59f3a47 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sat, 8 Jun 2024 23:39:44 +0800 Subject: [PATCH] set ready state of the extension --- src/scripts/background/importer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/background/importer.js b/src/scripts/background/importer.js index 2c1e0a3..475fd7b 100644 --- a/src/scripts/background/importer.js +++ b/src/scripts/background/importer.js @@ -81,6 +81,7 @@ export default class BackgroundImporter { // Set the template. template.set(configuration); + await global.write([`ready`], true, -1); }; }) .catch((error) => {