Errors raised as errors, not logs
This commit is contained in:
parent
91057f164a
commit
7617d31194
1 changed files with 2 additions and 2 deletions
|
|
@ -204,8 +204,8 @@ export default {
|
|||
});
|
||||
this.scans = scans;
|
||||
} catch (err) {
|
||||
console.log("Failed to refresh scans");
|
||||
console.log(err);
|
||||
console.error("Failed to refresh scans");
|
||||
console.error(err);
|
||||
this.scans = [];
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue