mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
matugen: log worker messages
This commit is contained in:
@@ -1099,6 +1099,12 @@ Singleton {
|
|||||||
Process {
|
Process {
|
||||||
id: systemThemeGenerator
|
id: systemThemeGenerator
|
||||||
running: false
|
running: false
|
||||||
|
stdout: SplitParser {
|
||||||
|
onRead: data => console.info("Theme worker:", data)
|
||||||
|
}
|
||||||
|
stderr: SplitParser {
|
||||||
|
onRead: data => console.warn("Theme worker:", data)
|
||||||
|
}
|
||||||
|
|
||||||
onExited: exitCode => {
|
onExited: exitCode => {
|
||||||
workerRunning = false;
|
workerRunning = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user