generated from thinkode/modelRepository
23-os2l (#32)
Implements the OS2L feature (tested with Virtual DJ). Graphics improvements. Reviewed-on: #32
This commit was merged in pull request #32.
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