Skip to content

Commit

Permalink
Set process title (#141)
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Kolehmainen <[email protected]>
  • Loading branch information
jakolehm authored Nov 22, 2021
1 parent 5621bec commit 1ff6f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { TunnelServer } from "./src/server";
import { version } from "./package.json";
import { captureException, initExceptionHandler } from "./src/error-reporter";

process.title = "bored";
console.log(`~~ BoreD v${version} ~~`);

initExceptionHandler();
Expand Down

0 comments on commit 1ff6f54

Please sign in to comment.