mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
wip
This commit is contained in:
parent
f789f111c1
commit
6217449047
@ -115,6 +115,9 @@ export default class MiOS extends EventEmitter {
|
||||
this.streams.driveStream = new DriveStreamManager(this.i);
|
||||
this.streams.messagingIndexStream = new MessagingIndexStreamManager(this.i);
|
||||
});
|
||||
|
||||
// TODO: this global export is for debugging. so disable this if production build
|
||||
(window as any).os = this;
|
||||
}
|
||||
|
||||
public log(...args) {
|
||||
|
Loading…
Reference in New Issue
Block a user