This commit is contained in:
parent
fd665b8b4d
commit
a9bef5bc42
1 changed files with 2 additions and 2 deletions
|
|
@ -387,7 +387,7 @@ async function clickPassExam() {
|
|||
document.body.removeChild(link);
|
||||
window.URL.revokeObjectURL(url);
|
||||
} catch (error) {
|
||||
messageError($q);
|
||||
messageError($q, error);
|
||||
} finally {
|
||||
hideLoader();
|
||||
}
|
||||
|
|
@ -412,7 +412,7 @@ async function clickCandidateList() {
|
|||
document.body.removeChild(link);
|
||||
window.URL.revokeObjectURL(url);
|
||||
} catch (error) {
|
||||
messageError($q);
|
||||
messageError($q, error);
|
||||
} finally {
|
||||
hideLoader();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue