Skip to content

Commit

Permalink
Update src/SceneGraphDebugCommandController.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored Dec 7, 2023
1 parent f5b4fe9 commit f082330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SceneGraphDebugCommandController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Telnet = require('telnet-client');

export class SceneGraphDebugCommandController {
constructor(public host: string, port?: number) {
this.port = port ?? 8080;
this.port = port ?? 8080;
}

private connection: typeof Telnet;
Expand Down

0 comments on commit f082330

Please sign in to comment.