Temporary fix for reload crash MS18269

This commit is contained in:
Thijs Wenker 2018-09-10 20:13:06 +02:00
parent 3b0f37c6f7
commit 2000954ad2

View file

@ -125,6 +125,9 @@ module.exports = (function() {
Script.scriptEnding.connect(this, function() {
this.window.close();
// FIXME: temp solution for reload crash (MS18269),
// we should decide on proper object ownership strategy for InteractiveWindow API
this.window = null;
});
},
setVisible: function(visible) {