mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-05 05:12:05 -04:00
core: update to golangci-lint v2
This commit is contained in:
@@ -1346,7 +1346,7 @@ func Start(printDocs bool) error {
|
||||
if wlContext != nil {
|
||||
go func() {
|
||||
err := <-wlContext.FatalError()
|
||||
fatalErrChan <- fmt.Errorf("Wayland context fatal error: %w", err)
|
||||
fatalErrChan <- fmt.Errorf("wayland context fatal error: %w", err)
|
||||
}()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user