Skip to content

Commit

Permalink
Merge pull request #41 from xoFeulB/v0.5
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
HeyHamachi authored Mar 15, 2024
2 parents 2835b16 + 666ee61 commit 51e6005
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tab/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ window.BlueFoxScript = class extends BlueFoxScript {
`http://${Values.values.BluefoxServer.value}:7777/R?/${FileListPath.workspaceObject.id}/${FileListPath.workspaceObject.workspace}${FileListPath.workspaceObject.path}`
)).text();
let script = `(${file})(${JSON.stringify(args).slice(1, -1)});`;
log(JSON.stringify(args));
await chrome.runtime.sendMessage({
type: "Debugger.attach",
});
Expand Down

0 comments on commit 51e6005

Please sign in to comment.