We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1226c6a commit 51f4daaCopy full SHA for 51f4daa
examples/justfile
@@ -232,14 +232,3 @@ run-authorize-and-store-smoldot:
232
just teardown-services
233
234
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
@@ -342,4 +342,4 @@ async function main() {
342
}
343
344
345
-await main();
+await main();
0 commit comments