Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76fdbc0d13 | |||
| 39ddd8158a |
Generated
+471
-1567
File diff suppressed because it is too large
Load Diff
@@ -64,13 +64,13 @@ const route = async (req, res) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!probe.ok) {
|
if (!probe.ok) {
|
||||||
throw `Could not probe the post validation hook: ${hook}`;
|
throw `Could not probe the post validation hook: ${hook} with accountIndex = ${account.index}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
//discard the result
|
//discard the result
|
||||||
});
|
});
|
||||||
|
|
||||||
Promise.all(promises);
|
await Promise.all(promises);
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
console.error('HOOK_POST_VALIDATION_ARRAY is not a valid array of strings in JSON format: ' + e);
|
console.error('HOOK_POST_VALIDATION_ARRAY is not a valid array of strings in JSON format: ' + e);
|
||||||
|
|||||||
Reference in New Issue
Block a user