mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-27 08:12:28 +00:00
Wi-Fi: wrap env var object to avoid erroring
This commit is contained in:
@@ -516,9 +516,9 @@ Singleton {
|
||||
return cmd
|
||||
}
|
||||
}
|
||||
environment: {
|
||||
"LC_ALL": "C"
|
||||
}
|
||||
environment: ({
|
||||
"LC_ALL": "C"
|
||||
})
|
||||
|
||||
stdout: StdioCollector {
|
||||
onStreamFinished: {
|
||||
|
||||
Reference in New Issue
Block a user