Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyHamachi committed Mar 15, 2024
1 parent 825ab90 commit 666ee61
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 666ee61

Please sign in to comment.