mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 20:49:06 +01:00
wip
This commit is contained in:
parent
3ce5803bb0
commit
0a4897f5e7
@ -115,6 +115,9 @@ export default class MiOS extends EventEmitter {
|
|||||||
this.streams.driveStream = new DriveStreamManager(this.i);
|
this.streams.driveStream = new DriveStreamManager(this.i);
|
||||||
this.streams.messagingIndexStream = new MessagingIndexStreamManager(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) {
|
public log(...args) {
|
||||||
|
Loading…
Reference in New Issue
Block a user