mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
just make eslint happier
This commit is contained in:
parent
96103460b8
commit
dc80bf1170
6 changed files with 16 additions and 11 deletions
|
@ -6,6 +6,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