Skip to content

Commit

Permalink
Fix #856
Browse files Browse the repository at this point in the history
  • Loading branch information
bpringe committed Nov 30, 2020
1 parent 4f9ae35 commit 497fc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liveShareSupport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function didJackOut() {
jackedIn = false;
}

export async function didConnectRepl(port: number) {
export async function didConnectRepl(port: number): Promise<void> {
connectedPort = port;
await shareReplServerIfPossible();
}
Expand Down

0 comments on commit 497fc19

Please sign in to comment.