X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/d4fb48eb3793a93a8726652692b68592333dd778..eaca9f28abdf3e3ac9571498fb6c39ca2986ee77:/extension/junction.js diff --git a/extension/junction.js b/extension/junction.js index a662f6c..f3e1fb4 100644 --- a/extension/junction.js +++ b/extension/junction.js @@ -58,7 +58,7 @@ const internals = { const activeTabs = await internals.getActiveTabs(); const execution = await internals.getRoot().tabs.executeScript(activeTabs[0].id, { - file: '/content_script.js' + file: '/build/content_script.js' }); if (!execution || !execution[0]) {