Backed out 1 changesets (bug 1561092) for debugger failures on flow and jest tests. CLOSED TREE

Backed out changeset 109fab16fdda (bug 1561092)
This commit is contained in:
Cosmin Sabou 2019-07-08 08:53:09 +03:00
parent d5e49f826f
commit 38de4a72d6

View File

@ -6,7 +6,6 @@
import {
hasInScopeLines,
hasSourceActor,
getSourceWithContent,
getVisibleSelectedFrame,
} from "../../selectors";
@ -67,11 +66,7 @@ export function setInScopeLines(cx: Context) {
}
const { location } = visibleFrame;
if (
hasInScopeLines(getState(), location) ||
!hasSourceActor(getState(), location.sourceId)
) {
if (hasInScopeLines(getState(), location)) {
return;
}