@@ -1036,7 +1036,7 @@ export default class Snippet {
huePubSub.subscribe(EXECUTABLE_UPDATED_EVENT, executable => {
if (this.activeExecutable() === executable) {
- this.updateFromExecutable();
+ this.updateFromExecutable(executable);
}
});