only log errors

This commit is contained in:
GotPPay
2017-11-22 12:42:48 +01:00
parent 755973e42d
commit 7567b27bb8
4 changed files with 7 additions and 7 deletions

View File

@@ -170,7 +170,7 @@ export default class ProstorCrawler {
return data;
} catch (e) {
console.error ('Exception caught: ' + e.message);
console.error ('[E] Exception caught: ' + e.message);
}
return null;
@@ -221,7 +221,7 @@ export default class ProstorCrawler {
return results;
} catch (e) {
console.error ('Exception caught:' + e);
console.error ('[E] Exception caught:' + e);
}
}