git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit e8c964ddcc70bc84139efb764d6710b14d6470f5

nit

wanderer committed on 7/6/2017, 2:28:12 AM
Parent: 77e12267a2b0c7a3ac002b5dca4d3d986f2d06bd

Files changed

kernel.jschanged
kernel.jsView
@@ -49,9 +49,9 @@
4949 if (this.containerState !== 'running') {
5050 this.containerState = 'running'
5151
5252 while (1) {
53- let message = await this.ports.getNextMessage()
53+ const message = await this.ports.getNextMessage()
5454 if (!message) break
5555
5656 message.fromPort.messages.shift()
5757 // if the message we recived had more ticks then we currently have the

Built with git-ssb-web