Skip to content

Commit

Permalink
chore: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
pkey committed Feb 2, 2022
1 parent 0336589 commit 3384873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ exports.create = function (req, res, next) {
if (typeof (item) == 'string' && item.match(imgRegex)) {
var url = item.match(imgRegex)[1];
console.log('found img: ' + url);
console.log('random log');

exec('identify ' + url, function (err, stdout, stderr) {
console.log(err);
Expand Down

0 comments on commit 3384873

Please sign in to comment.