Skip to content

Commit f8b8197

Browse files
committed
JS: Set promisified=true after promisification
1 parent 7954665 commit f8b8197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ module API {
13091309
|
13101310
promisificationBigStep(prev, result) and
13111311
validPromisificationState(prevPromisified, prevProp) and
1312-
promisified = prevPromisified and
1312+
promisified = true and
13131313
boundArgs = prevBoundArgs and
13141314
prop = prevProp
13151315
or

0 commit comments

Comments
 (0)