We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13a4ac commit b88a189Copy full SHA for b88a189
main.ts
@@ -1,5 +1,6 @@
1
import { decompressFromBase64 } from "lz-string"
2
3
+// Expected invocation is `node path/to/index.js $url`.
4
if (process.argv.length !== 3) {
5
throw new Error(
6
"This script expects a single command-line argument (the TypeScript Playground URL to decode).",
0 commit comments