generated from thinkode/modelRepository
apply settings for OS2L
This commit is contained in:
@@ -136,7 +136,7 @@ func (a *App) OpenProject(projectInfo ProjectInfo) error {
|
||||
}
|
||||
_, err = hostFinder.RegisterPeripheral(a.ctx, value)
|
||||
if err != nil {
|
||||
return fmt.Errorf("unable to register the peripheral S/N '%s'", key)
|
||||
return fmt.Errorf("unable to register the peripheral S/N '%s': %w", key, err)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user