8000 fix(engine): stop warning about missing panic_dumps directories (#3879) · ovh/cds@74f1b51 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 74f1b51

Browse files
fsaminsguiheux
authored andcommitted
fix(engine): stop warning about missing panic_dumps directories (#3879)
1 parent 26a963e commit 74f1b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/hatchery/serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func init() {
6363
files, err := ioutil.ReadDir(path)
6464
if err != nil {
6565
log.Warning("unable to list files in %s: %v", path, err)
66-
continue
66+
break
6767
}
6868

6969
for _, f := range files {

0 commit comments

Comments
 (0)
0