Skip to content

Commit

Permalink
onExtensionStart - Run earlier (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-26 authored Jun 25, 2024
1 parent 4054644 commit e34cf8a
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 @@ -56,4 +56,4 @@ export const onExtensionStart = Object.freeze({
});

// Automatically register the runner
setTimeout(runner, 100);
setTimeout(runner, 2);

0 comments on commit e34cf8a

Please sign in to comment.