Format
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
4ba0bb2f89
commit
054ac51dce
@ -44,13 +44,10 @@ function updateMainEpic(actions, { getState }, { document }) {
|
|||||||
buildFromFiles(getState(), true)
|
buildFromFiles(getState(), true)
|
||||||
.map(frameMain)
|
.map(frameMain)
|
||||||
.ignoreElements()
|
.ignoreElements()
|
||||||
.catch(() => of({ type: 'NULL'}))
|
.catch(() => of({ type: 'NULL' }))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
return merge(
|
return merge(buildAndFrameMain, proxyLogger.map(updateConsole));
|
||||||
buildAndFrameMain,
|
|
||||||
proxyLogger.map(updateConsole)
|
|
||||||
);
|
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user