Fix test error

This commit is contained in:
microshine
2016-05-09 15:29:18 +03:00
parent 420c0d7ab5
commit 2847bd5216

View File

@@ -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);
})
});