mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Fix inspect command
This commit is contained in:
parent
36352b0c8e
commit
5c61f1d366
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ test -e config.json || cat <<EOF > config.json
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
node dist/src/index.js --inspect
|
node --inspect dist/src/index.js
|
||||||
|
|
Loading…
Reference in a new issue