Commit e0f7ce46 authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

getting response from scriptRunnser

parent cb832d25
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) => { ...@@ -126,6 +127,7 @@ export const registerScriptRunnerReducer = (state, action) => {
case 'log': case 'log':
return { return {
...state ...state
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment