Skip to content

Commit

Permalink
Fix bootstrap for bootsrap (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
kipliklotrika authored Aug 13, 2018
1 parent f8201eb commit 38677de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ot-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ class OTNode {
remoteControl: awilix.asClass(RemoteControl).singleton(),
logger: awilix.asValue(log),
networkUtilities: awilix.asClass(NetworkUtilities).singleton(),
notifyError: awilix.asFunction(() => notifyBugsnag).transient(),
});

const network = container.resolve('network');
Expand Down

0 comments on commit 38677de

Please sign in to comment.