mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Theming: Fix a console warning due to missing var
This commit is contained in:
@@ -352,7 +352,7 @@ Singleton {
|
||||
onStreamFinished: {
|
||||
if (this.text) {
|
||||
const description = generateProcess.showError()
|
||||
Logger.e("TemplateProcessor", "Process failed with exit code", exitCode, description)
|
||||
Logger.e("TemplateProcessor", "Process failed", description)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user