Better log in error
This commit is contained in:
parent
0f6dd21541
commit
df51368d50
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ export function fireFromHash(fireEnc, params) {
|
|||
// const unsealed = Promise.await(urlEnc.decrypt(fireEnc));
|
||||
const unsealed = Promise.await(unsealW(fireEnc));
|
||||
if (unsealed === undefined) {
|
||||
throw Error(`Fail to unseal ${fireEnc}`);
|
||||
throw Error(`Fail to unseal '${fireEnc}'`);
|
||||
}
|
||||
const w = unsealed.when;
|
||||
unsealed.when = new Date(w);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue