Thanks to visit codestin.com
Credit goes to github.com

Skip to content

"Max buffer exceeded" when creating PNG fallbacks with PhantomJS #14

@jkphl

Description

@jkphl

In case the sprite dimensions are too big, it's possible that the max. buffer for the PhantomJS call gets exceeded. There should be a third argument to the execFile() command:

execFile(phantomjs, [ /* ... */ ], {maxBuffer: maxBufferSize}, callback);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions