Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ setErrorStatus
Function
setErrorStatus
web-src/src/main-app/store/scriptExecutor.js:106–108 ·
view source on GitHub ↗
({dispatch})
Source
from the content-addressed store, hash-verified
104
},
105
106
setErrorStatus({dispatch}) {
107
dispatch(
'setStatus'
, STATUS_ERROR);
108
},
109
110
appendLog({commit}, log) {
111
commit(
'ADD_LOG_CHUNK'
, log);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected