mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-14 14:50:03 -04:00
print bare-mux version on boot
This commit is contained in:
parent
7916607f2d
commit
a44ee2c48d
1 changed files with 1 additions and 1 deletions
|
@ -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}`);
|
Loading…
Add table
Add a link
Reference in a new issue