Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-08-11 20:00:22 +02:00
committed by GitHub
parent 34778578db
commit e1ecc4662c

View File

@@ -1001,7 +1001,7 @@ private predicate flowThroughCall(
not cfg.isLabeledBarrier(output, summary.getEndLabel())
)
or
// exception thrown inside an immidiatly awaited function call.
// exception thrown inside an immediately awaited function call.
exists(DataFlow::FunctionNode f, DataFlow::Node invk, DataFlow::Node ret |
f.getFunction().isAsync()
|