Skip to content

Commit 9bdd941

Browse files
committed
Re-add error log in index.js
Signed-off-by: Alex H <ahiguera@mit.edu>
1 parent 7bd7d3a commit 9bdd941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export async function verifyCredential(options = {}) {
279279
} catch(error) {
280280
return {
281281
verified: false,
282-
results: [{credential, verified: false, error}],
282+
results: [{credential, verified: false, error, log: error.log}],
283283
error
284284
};
285285
}

0 commit comments

Comments
 (0)