ionic-team / ionic-app-lib

The library used for using ionic apps - consumed by the CLI and the GUI
44 stars 79 forks source link

Evaluate exec maxBuffer #132

Open mlynch opened 7 years ago

mlynch commented 7 years ago

I made a fix in Ionic CLI cordova utils to increase the max child buffer size. We use exec in a few places in app lib so I think we might want to look into this as well: https://github.com/driftyco/ionic-cli/commit/ae6d904f3c58b959515fd63c3208f098c85d6775

However, app lib is increasingly unused so it's not clear if this is an issue anyways