Skip to content

Commit 51f4daa

Browse files
committed
Nits to chunked demo
1 parent 1226c6a commit 51f4daa

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

examples/justfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,3 @@ run-authorize-and-store-smoldot:
232232
just teardown-services
233233

234234
exit $EXAMPLE_EXIT
235-
236-
run-store-chunked-data:
237-
#!/usr/bin/env bash
238-
set -e
239-
240-
just setup-services
241-
node store_chunked_data.js
242-
EXAMPLE_EXIT=$?
243-
just teardown-services
244-
245-
exit $EXAMPLE_EXIT

examples/store_chunked_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,4 @@ async function main() {
342342
}
343343
}
344344

345-
await main();
345+
await main();

0 commit comments

Comments
 (0)