mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
no more eslint errors, just warnings
This commit is contained in:
parent
e5a0843b5f
commit
51ce240bf5
11 changed files with 29 additions and 22 deletions
|
@ -8,7 +8,7 @@ export function argdbg(arg, recurse = []) {
|
|||
switch (typeof arg) {
|
||||
case "string":
|
||||
if (arg.includes("localhost:1337/scramjet/") && arg.includes("m3u8"))
|
||||
// eslint-disable-next-line no-debugger
|
||||
|
||||
debugger;
|
||||
break;
|
||||
case "object":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue