From a44ee2c48d665b069f3d64cc1a38a287a21c49df Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:43:41 -0500 Subject: [PATCH] print bare-mux version on boot --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 013a069..ae661c9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,4 +11,4 @@ export type * from './connection'; export type * from "./snapshot"; //@ts-expect-error this gets filled in -console.debug("bare mux version: " + self.BARE_MUX_VERSION); \ No newline at end of file +console.debug(`bare-mux: running v${self.BARE_MUX_VERSION}`); \ No newline at end of file