Print rendering errors with trimming of spaces
This commit is contained in:
parent
269146fb60
commit
b5f2dfb05c
@ -122,7 +122,7 @@ function renderFrames(records, options) {
|
||||
|
||||
render.stderr.on('data', function(error) {
|
||||
render.kill();
|
||||
reject(new Error(di._.trim(error)));
|
||||
reject(new Error(error));
|
||||
});
|
||||
|
||||
render.stdout.on('data', function(data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user