Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Oct 26, 2022
1 parent 54aaac6 commit c4723f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function logStreamDisconnectWarning(remoteLabel, error) {
* background state is completely initialized and it is ready to process method calls.
* This is used as a notification to replay any pending messages in MV3.
*
* @param {object} chunk - instance of message received
* @param {object} msg - instance of message received
*/
function extensionStreamMessageListener(msg) {
if (
Expand Down

0 comments on commit c4723f9

Please sign in to comment.