mirror of https://gitee.com/bigwinds/arangodb
do not warn verbosely
This commit is contained in:
parent
358befddde
commit
d54db0e3ff
|
@ -179,9 +179,12 @@ class FoxxService {
|
||||||
try {
|
try {
|
||||||
this.thumbnail = fs.read64(thumb);
|
this.thumbnail = fs.read64(thumb);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
this.thumbnail = null;
|
||||||
|
/*
|
||||||
console.warnLines(
|
console.warnLines(
|
||||||
`Cannot read thumbnail "${thumb}" for app "${data.mount}": ${e.stack}`
|
`Cannot read thumbnail "${thumb}" for app "${data.mount}": ${e.stack}`
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.thumbnail = null;
|
this.thumbnail = null;
|
||||||
|
|
Loading…
Reference in New Issue