Skip to content

Commit

Permalink
Update development/build/utils.js
Browse files Browse the repository at this point in the history
Co-authored-by: weizman <weizmangal@gmail.com>
  • Loading branch information
davidmurdoch and weizman authored Feb 7, 2024
1 parent 5b9aeae commit 2861767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/build/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function getBuildIcon({ buildType }) {
/**
* Takes the given JavaScript file at `filePath` and replaces its contents with
* a script that injects the original file contents into the document in which
* the file is loaded. Useful for extensions to run scripts synchronously in the
* the file is loaded. Useful for MV2 extensions to run scripts synchronously in the
* "MAIN" world.
*
* @param {string} filePath - The path to the file to convert to a self-injecting
Expand Down

0 comments on commit 2861767

Please sign in to comment.