Temporary debugging
This commit is contained in:
parent
93ba106ffb
commit
949e8827e7
@ -265,9 +265,12 @@ class AddTextToImage extends Operation {
|
||||
}
|
||||
return imageBuffer.buffer;
|
||||
} catch (err) {
|
||||
throw new OperationError(`Error adding text to image. (${err})`, {
|
||||
cause: err,
|
||||
});
|
||||
throw new OperationError(
|
||||
`Error adding text to image. (${err.stack})`,
|
||||
{
|
||||
cause: err,
|
||||
},
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user