Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-ds-flatfs
Commits
ec71f29b
Unverified
Commit
ec71f29b
authored
Dec 07, 2017
by
Lars Gierth
Committed by
GitHub
Dec 07, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #26 from ipfs/lgierth-patch-1
Make Datastore.walk() error more specific
parents
be477cc0
57c13905
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
flatfs.go
flatfs.go
+1
-1
No files found.
flatfs.go
View file @
ec71f29b
...
...
@@ -432,7 +432,7 @@ func (fs *Datastore) walk(path string, reschan chan query.Result) error {
key
,
ok
:=
fs
.
decode
(
fn
)
if
!
ok
{
log
.
Warning
(
"failed to decode
entry in flatfs"
)
log
.
Warning
f
(
"failed to decode
flatfs entry: %s"
,
fn
)
continue
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment