Skip to content

Commit

Permalink
Made function static
Browse files Browse the repository at this point in the history
  • Loading branch information
radurentea committed Oct 23, 2024
1 parent 9c7161d commit 0d43dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/espIdf/monitor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class IDFMonitor {
} catch (error) {}
}

private isDebugSessionActive(): boolean {
private static isDebugSessionActive(): boolean {
return debug.activeDebugSession !== undefined;
}
}

0 comments on commit 0d43dc5

Please sign in to comment.