1
0
Fork 0

do not warn verbosely

This commit is contained in:
Jan Steemann 2015-10-07 10:15:34 +02:00
parent 358befddde
commit d54db0e3ff
1 changed files with 3 additions and 0 deletions

View File

@ -179,9 +179,12 @@ class FoxxService {
try {
this.thumbnail = fs.read64(thumb);
} catch (e) {
this.thumbnail = null;
/*
console.warnLines(
`Cannot read thumbnail "${thumb}" for app "${data.mount}": ${e.stack}`
);
*/
}
} else {
this.thumbnail = null;