now make the new content script executable
This commit is contained in:
parent
fc5890bb72
commit
2372e09c6d
1 changed files with 3 additions and 3 deletions
6
scripts/external/content.js
vendored
6
scripts/external/content.js
vendored
|
@ -7,8 +7,8 @@ The content script
|
||||||
// Import the necessary modules.
|
// Import the necessary modules.
|
||||||
(async () => {
|
(async () => {
|
||||||
// Import the watchman module.
|
// Import the watchman module.
|
||||||
let watchman = await import(chrome.runtime.getURL("scripts/external/watch.js"));
|
let watchman = (await import(chrome.runtime.getURL("scripts/external/watch.js"))).default;
|
||||||
|
|
||||||
// Begin the job.
|
// Begin the job.
|
||||||
watchman.job();
|
watchman.job();
|
||||||
})
|
})()
|
Loading…
Add table
Add a link
Reference in a new issue