We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93126c commit a5ad648Copy full SHA for a5ad648
src/promise_provider.ts
@@ -38,6 +38,7 @@ export class PromiseProvider {
38
store[kPromise] = null;
39
return;
40
}
41
+
42
if (!PromiseProvider.validate(lib)) {
43
// validate
44
0 commit comments