bradstewart / electron-boilerplate-vue

Boilerplate application for Electron runtime
725 stars 94 forks source link

Bugfixes: Convert buffer to string; Use tree-kill to kill all descendant processes. #33

Closed OpenGG closed 8 years ago

OpenGG commented 8 years ago

fix: Buffer instances don't have .trim() method fix: Use tree-kill to kill all descendant processes

davejm commented 8 years ago

Brilliant. I'd already patched the data trim bug but the tree-kill commit solved the bug where webpack server would stay running after app quit. Great!