mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
wip
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user