Skip to content

Commit

Permalink
DEBUG commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-n committed Jun 28, 2019
1 parent cf24c57 commit cd35f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/imagemagick/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ describe('functions/imagemagick tests', () => {
try {
return await ffProc;
} catch (err) {
console.log('DBG ERR', err);
console.log('DBG PROC', ffProc);
// Timeouts always cause errors on Linux, so catch them
if (err.name && err.name === 'ChildProcessError') {
const {stdout, stderr} = ffProc.childProcess;
Expand Down

0 comments on commit cd35f48

Please sign in to comment.