Skip to content

Commit b88a189

Browse files
committed
Comment a weird-looking thing.
1 parent b13a4ac commit b88a189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { decompressFromBase64 } from "lz-string"
22

3+
// Expected invocation is `node path/to/index.js $url`.
34
if (process.argv.length !== 3) {
45
throw new Error(
56
"This script expects a single command-line argument (the TypeScript Playground URL to decode).",

0 commit comments

Comments
 (0)