mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 09:05:39 +00:00
bugfix: Fixed crash when requesting execution status that could not be found (NPE) (#440)
This commit is contained in:
@@ -407,7 +407,7 @@ function marshalMreOutput (dashboardComponent, fieldset) {
|
||||
})
|
||||
|
||||
const updateMre = (pre, json) => {
|
||||
pre.innerHTML = json.stdout
|
||||
pre.innerHTML = json.output
|
||||
}
|
||||
|
||||
window.addEventListener('ExecutionFinished', (e) => {
|
||||
|
||||
Reference in New Issue
Block a user