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) => {