mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Use receiver application statusText instead of host:port when not idle
This commit is contained in:
@@ -24,7 +24,7 @@ class AppDelegate : NSObject, NSApplicationDelegate {
|
||||
// Decode and store initialization JSON data
|
||||
self.initData = try JSONDecoder().decode(InitData.self, from: data)
|
||||
} catch {
|
||||
fputs("Error: Failed to parse input data\n", stderr)
|
||||
fputs("Error: Failed to parse input data\n (\(error))", stderr)
|
||||
exit(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user