System information
- node version: v10.8.0.
- npm or yarn version: 6.3.0
- OS/version/architecture: Windows 10 x64 (10.0.17134)
- Applicable nodegit version: 0.23.0

npm ERR! Exit status 3221225477
Relevant code:
let current = await repo.getHeadCommit();
await repo.fetchAll();
let newest = repo.getReferenceCommit('origin/master');
if(current.id == newest.id)
return;
await Reset(repo, newest, Reset.TYPE.HARD);
System information
npm ERR! Exit status 3221225477Relevant code: