Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit a2ec3f6

Browse files
dirkmcAlan Shaw
authored and
Alan Shaw
committed
fix: repo.gc() response format (#492)
1 parent 666ccba commit a2ec3f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

SPEC/REPO.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ Where:
1616
- `quiet` writes a minimal output.
1717
- `stream-errors` stream errors.
1818

19-
`callback` must follow `function (err, res) {}` signature, where `err` is an Error if the operation was not successful.
19+
`callback` must follow `function (err, res) {}` signature, where
20+
- `err` is an Error if the whole GC operation was not successful.
21+
- `res` is an array of objects that contains the following properties
22+
- `err` is an Error if it was not possible to GC a particular block.
23+
- `cid` is the [CID][cid] of the block that was Garbage Collected.
2024

2125
If no `callback` is passed, a promise is returned.
2226

@@ -80,3 +84,4 @@ ipfs.repo.version((err, version) => console.log(version))
8084
```
8185

8286
[1]: https://github.com/MikeMcl/bignumber.js/
87+
[cid]: https://www.npmjs.com/package/cids

0 commit comments

Comments
 (0)