Skip to content

Commit

Permalink
a little changey
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Mar 14, 2024
1 parent 6db44c0 commit 7eb71bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/extension/src/entry/offscreen-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ chrome.runtime.onMessage.addListener((req, _sender, respond) => {
})();
return true;
}
return false;
});

const spawnActionBuildWorker = (req: ActionBuildRequest) => {
Expand Down

0 comments on commit 7eb71bf

Please sign in to comment.