set ready state of the extension

This commit is contained in:
buzz-lightsnack-2007 2024-06-08 23:39:44 +08:00
parent 1654538159
commit 7a6c6deba9

View file

@ -81,6 +81,7 @@ export default class BackgroundImporter {
// Set the template. // Set the template.
template.set(configuration); template.set(configuration);
await global.write([`ready`], true, -1);
}; };
}) })
.catch((error) => { .catch((error) => {