mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 03:06:57 +00: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