feat(ui): show background process notify state
This commit is contained in:
@@ -582,6 +582,7 @@ export class BackgroundProcessManager {
|
||||
exitCode: record.exitCode,
|
||||
outputSizeBytes: record.outputSizeBytes,
|
||||
terminalReason: record.terminalReason,
|
||||
notifyEnabled: Boolean(record.notify),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user