Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Mar 16, 2024
1 parent 34d13a7 commit f2cfea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/on-extension-start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const onExtensionStart = Object.freeze({
},
removeListener(callback: VoidCallback) {
event.removeEventListener('extension-start', callback);
}
},
});

// Automatically register the runner
Expand Down

0 comments on commit f2cfea6

Please sign in to comment.