Theming: Fix a console warning due to missing var

This commit is contained in:
ItsLemmy
2025-11-09 09:21:14 -05:00
parent 567da03770
commit 3c07054ae8
+1 -1
View File
@@ -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)
}
}
}