mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 11:07:32 +08:00
Fix test error
This commit is contained in:
@@ -42,6 +42,6 @@ xadesjs.Application.crypto.subtle.generateKey(
|
||||
.then((doc: string) => {
|
||||
console.log("Signed document:", doc);
|
||||
})
|
||||
.catch((e) => {
|
||||
.catch((e: any) => {
|
||||
console.error("Error", e);
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user