-
Notifications
You must be signed in to change notification settings - Fork 0
Rebuilding Addon Causes Browser Halt #1
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingpriority: lowThe Defect is an irritant but repair can be done once the more serious Defect has been fixedThe Defect is an irritant but repair can be done once the more serious Defect has been fixedseverity: mediumIt causes some undesirable behavior, but the system is still functionalIt causes some undesirable behavior, but the system is still functional
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority: lowThe Defect is an irritant but repair can be done once the more serious Defect has been fixedThe Defect is an irritant but repair can be done once the more serious Defect has been fixedseverity: mediumIt causes some undesirable behavior, but the system is still functionalIt causes some undesirable behavior, but the system is still functional
Every time a change is made to the addon (i.e. any JavaScript file) and the addon is rebuilt, the browser does not accept any commands initially sent in the unit tests. Opening up the browser console shows the following message:
Updating and restart addon universalmusic@regis.edu that changed on disk after being already started.https://gist.github.com/Markil3/3591cc88caa5c3eec608d3db7648c55f
It is temporarily fixed easily enough by just restarting the program. Furthermore, I doubt it will affect an actual build (users probably shouldn't be messing with the addon). However, fixing this for the sake of developers would be nice.