Skip to content

Commit

Permalink
reenable rendezvous tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Feb 26, 2024
1 parent 66c7a9a commit 50f9bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/adapters/TelnetAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { rokuDeploy } from 'roku-deploy';
import { PrintedObjectParser } from '../PrintedObjectParser';
import type { BSDebugDiagnostic } from '../CompileErrorProcessor';
import { CompileErrorProcessor } from '../CompileErrorProcessor';
import type { RendezvousHistory, RendezvousTracker } from '../RendezvousTracker';
import type { RendezvousTracker } from '../RendezvousTracker';
import type { ChanperfData } from '../ChanperfTracker';
import { ChanperfTracker } from '../ChanperfTracker';
import type { SourceLocation } from '../managers/LocationManager';
Expand Down
2 changes: 1 addition & 1 deletion src/debugSession/BrightScriptDebugSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export class BrightScriptDebugSession extends BaseDebugSession {
util.log(`Connecting to Roku via telnet at ${this.launchConfiguration.host}:${this.launchConfiguration.brightScriptConsolePort}`);
}

// await this.initRendezvousTracking();
await this.initRendezvousTracking();

this.createRokuAdapter(this.rendezvousTracker);
await this.connectRokuAdapter();
Expand Down

0 comments on commit 50f9bca

Please sign in to comment.