Skip to content

Commit a4d3760

Browse files
committed
extra comma
1 parent b0a4968 commit a4d3760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface PerfMessage<TInput = Record<string, any> | undefined> {
2626
const services = {
2727
instrument: <T extends Record<string, any>>(instance: T, _options?: { ignore?: string[]; name?: string }): T => instance,
2828
message: (_message: PerfMessage) => { },
29-
init: (_vscode: any) => { },
29+
init: (_vscode: any) => { }
3030
};
3131

3232
/** Adds instrumentation to all the members of an object when instrumentation is enabled */

0 commit comments

Comments
 (0)