mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Fix parser/generator tests
This commit is contained in:
@@ -18,7 +18,7 @@ func (m *MessageProcessor) processSystemMethod(method int, rw http.ResponseWrite
|
||||
case SystemIsDarkMode:
|
||||
m.json(rw, globalApplication.IsDarkMode())
|
||||
default:
|
||||
m.httpError(rw, "Unknown system method: %s", method)
|
||||
m.httpError(rw, "Unknown system method: %d", method)
|
||||
}
|
||||
|
||||
m.Info("Runtime:", "method", "System."+systemMethodNames[method])
|
||||
|
||||
Reference in New Issue
Block a user