Skip to content

Call generate thumbs but result always returns empty array files. #40

@alexkander

Description

@alexkander

When calling the function, it generates the thumbs correctly, but the files result always has an empty array.

thumb({
  source: 'source/path/images.jpg',
  destination: 'dest/path', // <-- 'source/path/image_thumb.jpg' thumbs generate
  concurrency: 4
}, function(files, err, stdout, stderr) {
  console.log('All done!');
  console.log('files', files); // <---- Always is an empty array.
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions