print bare-mux version on boot

This commit is contained in:
Percs 2024-09-24 11:43:41 -05:00
parent 7916607f2d
commit a44ee2c48d

View file

@ -11,4 +11,4 @@ export type * from './connection';
export type * from "./snapshot"; export type * from "./snapshot";
//@ts-expect-error this gets filled in //@ts-expect-error this gets filled in
console.debug("bare mux version: " + self.BARE_MUX_VERSION); console.debug(`bare-mux: running v${self.BARE_MUX_VERSION}`);