Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderer committed Jul 6, 2017
1 parent 77e1226 commit e8c964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = class Kernel {
this.containerState = 'running'

while (1) {
let message = await this.ports.getNextMessage()
const message = await this.ports.getNextMessage()
if (!message) break

message.fromPort.messages.shift()
Expand Down

0 comments on commit e8c964d

Please sign in to comment.