getting response from scriptRunnser

pull/1342/head
davidzagi93@gmail.com 3 years ago
parent f8187f9428
commit c3f2cb9bae
  1. 2
      libs/remix-ui/terminal/src/lib/reducers/terminalReducer.ts

@ -1,5 +1,6 @@
export const initialState = {
journalBlocks: {
},
data: {
// lineLength: props.options.lineLength || 80,
@ -126,6 +127,7 @@ export const registerScriptRunnerReducer = (state, action) => {
case 'log':
return {
...state
}
}
}

Loading…
Cancel
Save