Skip to content

Commit 23d7420

Browse files
committed
JS: Hide default exceptional return node
1 parent e2af19b commit 23d7420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/ql/lib/semmle/javascript/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,8 @@ predicate nodeIsHidden(Node node) {
612612
or
613613
node instanceof FlowSummaryIntermediateAwaitStoreNode
614614
or
615+
node instanceof FlowSummaryDefaultExceptionalReturn
616+
or
615617
node instanceof CaptureNode
616618
or
617619
// Hide function expressions, as capture-flow causes them to appear in unhelpful ways

0 commit comments

Comments
 (0)