fix: after fixing syntax errors in editor for JS/React lessons, log/preview doesn't work.
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
1b173bc97c
commit
ae02b0a885
@@ -50,7 +50,6 @@ function updateMainEpic(actions, { getState }, { document }) {
|
||||
const buildAndFrameMain = actions.pipe(
|
||||
ofType(
|
||||
types.updateFile,
|
||||
types.executeChallenge,
|
||||
types.challengeMounted
|
||||
),
|
||||
debounceTime(executeDebounceTimeout),
|
||||
@@ -58,6 +57,7 @@ function updateMainEpic(actions, { getState }, { document }) {
|
||||
buildFromFiles(getState(), true).pipe(
|
||||
map(frameMain),
|
||||
ignoreElements(),
|
||||
startWith(initConsole('')),
|
||||
catchError(err => of(disableJSOnError(err)))
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user