set ready state of the extension
This commit is contained in:
parent
1654538159
commit
7a6c6deba9
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ export default class BackgroundImporter {
|
|||
|
||||
// Set the template.
|
||||
template.set(configuration);
|
||||
await global.write([`ready`], true, -1);
|
||||
};
|
||||
})
|
||||
.catch((error) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue