You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because everything happens correctly on the first attempt to replace the words. But on the second run, the replace_everywhere function causes the replacement to be done again because the quack phrase is still there.
The bootstrap script has a problem with names that contain the word quack.
Suppose we want to have an extension called
testquack
, after using the script we will see something like this:This happens because everything happens correctly on the first attempt to replace the words. But on the second run, the
replace_everywhere
function causes the replacement to be done again because the quack phrase is still there.The text was updated successfully, but these errors were encountered: