Skip to content

Commit 5e85672

Browse files
Require messages in bootstrap
Bootstrap does not know where to find "messages" as we have missed the require. Tell him where the messages class is located.
1 parent 740d895 commit 5e85672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bootstrap.ts

+1
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ $injector.require("iOSNotificationService", "./services/ios-notification-service
9090
$injector.require("socketProxyFactory", "./device-sockets/ios/socket-proxy-factory");
9191
$injector.require("iOSNotification", "./device-sockets/ios/notification");
9292
$injector.require("iOSSocketRequestExecutor", "./device-sockets/ios/socket-request-executor");
93+
$injector.require("messages", "./messages");

0 commit comments

Comments
 (0)