added a few logs lines
This commit is contained in:
parent
e1ad9d9c5d
commit
173cbf8ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ export async function getSpecialPrompts(){
|
||||||
updatedPrompts.push(newPrompt);
|
updatedPrompts.push(newPrompt);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
// console.log(">>>>>>>>>>>>> getSpecialPrompts updatedPrompts: " + JSON.stringify(updatedPrompts));
|
||||||
if (updatedPrompts.length !== prefs._special_prompts.length) {
|
if (updatedPrompts.length !== prefs._special_prompts.length) {
|
||||||
await browser.storage.local.set({ _special_prompts: updatedPrompts });
|
await browser.storage.local.set({ _special_prompts: updatedPrompts });
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue