mirror of
https://github.com/safing/portbase
synced 2025-09-02 02:29:59 +00:00
Merge pull request #43 from safing/feature/updater-improvements
Fix error handling
This commit is contained in:
commit
bcc3588868
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func (reg *ResourceRegistry) Initialize(storageDir *utils.DirStructure) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// (re-)create tmp dir
|
// (re-)create tmp dir
|
||||||
reg.tmpDir.Ensure()
|
err = reg.tmpDir.Ensure()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Warningf("%s: failed to create tmp dir: %s", reg.Name, err)
|
log.Warningf("%s: failed to create tmp dir: %s", reg.Name, err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue