mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
add promise aggregators
This commit is contained in:
@@ -88,4 +88,6 @@
|
||||
}
|
||||
|
||||
new Deferred().resolve(onlySideEffects()); // OK
|
||||
|
||||
Promise.all([onlySideEffects(), onlySideEffects()])
|
||||
})();
|
||||
Reference in New Issue
Block a user