Skip to content

Commit

Permalink
added missing startup
Browse files Browse the repository at this point in the history
Signed-off-by: wanderer <mjbecze@gmail.com>
  • Loading branch information
wanderer committed Jul 28, 2017
1 parent 7f758aa commit 51563d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -101,6 +101,7 @@ module.exports = class Hypervisor {
} else {
const resolve = this.scheduler.getLock(id)
const instance = await this._loadInstance(id)
await instance.startup()
resolve(instance)
return instance
}
Expand Down

0 comments on commit 51563d3

Please sign in to comment.