Skip to content

Commit 3477857

Browse files
committed
fill in docstring
1 parent 9bcac10 commit 3477857

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/dataflow/internal

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/internal/FlowSteps.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ predicate localExceptionStep(DataFlow::Node pred, DataFlow::Node succ) {
6767
/**
6868
* Holds if an exception thrown from `pred` can propagate locally to `succ`.
6969
*
70-
* The `async` flag is true if the successor
70+
* The `async` flag is true if the step involves wrapping the exception in a rejected Promise.
7171
*/
7272
predicate localExceptionStepWithAsyncFlag(DataFlow::Node pred, DataFlow::Node succ, boolean async) {
7373
exists(DataFlow::Node target | target = getThrowTarget(pred) |

0 commit comments

Comments
 (0)