@@ -392,6 +392,8 @@ module.exports = class Computer {
*/
Reset() {
this.stack = new Stack(this._initialMemory);
+ this.outputValues = null;
+ this.outputComputer = null;
}
/**