chore: fix chrome
This commit is contained in:
@@ -3,6 +3,12 @@ import { Wush } from './shell/Wush'
|
||||
import { Terminal } from './terminal/Terminal'
|
||||
import { EventBroadcaster } from './utils/EventBroadcaster'
|
||||
|
||||
export const WEBSHELL_VERSION = "0.1.0"
|
||||
|
||||
let CurrentTerminal: Terminal
|
||||
export const SetCurrentTerminal = (terminal: Terminal) => CurrentTerminal = terminal
|
||||
export const GetCurrentTerminal = (): Terminal => CurrentTerminal
|
||||
|
||||
// Initializes the app
|
||||
const init = () => {
|
||||
const localBroadcaster = new EventBroadcaster()
|
||||
|
||||
Reference in New Issue
Block a user