remove the code that prevented the crash from happening, since it is not reproducible anymore

This commit is contained in:
Thijs Wenker 2019-02-16 00:42:19 +01:00
parent 6edf7e7907
commit 46768c2a6e

View file

@ -125,9 +125,6 @@ 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) {