Browse Source

Remove reset of outputComputer

ApisNecros 1 năm trước cách đây
mục cha
commit
facb22887c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      IntComp/Computer.js

+ 0 - 1
IntComp/Computer.js

@@ -514,7 +514,6 @@ module.exports = class Computer {
     Reset() {
         this.stack = new Stack(this._initialMemory);
         this.outputValues = [];
-        this.outputComputer = null;
         this.options.inputModeMap = DeepClone(this.options._initialInputModeMap);
     }