Commit e8c964ddcc70bc84139efb764d6710b14d6470f5
nit
wanderer committed on 7/6/2017, 2:28:12 AMParent: 77e12267a2b0c7a3ac002b5dca4d3d986f2d06bd
Files changed
kernel.js | changed |
kernel.js | ||
---|---|---|
@@ -49,9 +49,9 @@ | ||
49 | 49 | if (this.containerState !== 'running') { |
50 | 50 | this.containerState = 'running' |
51 | 51 | |
52 | 52 | while (1) { |
53 | - let message = await this.ports.getNextMessage() | |
53 | + const message = await this.ports.getNextMessage() | |
54 | 54 | if (!message) break |
55 | 55 | |
56 | 56 | message.fromPort.messages.shift() |
57 | 57 | // if the message we recived had more ticks then we currently have the |
Built with git-ssb-web