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

Loading…
Cancel
Save