chore: log open handles after a minute or two

This commit is contained in:
calebboyd
2019-04-27 17:20:21 -05:00
parent a0c648bc8b
commit 9ae6ed8ae8
+2 -1
View File
@@ -1,5 +1,6 @@
const huh = require('wtfnode')
import * as nexe from '../lib/nexe'
import { closeSync } from 'fs'
import { getUnBuiltReleases, getLatestGitRelease } from '../lib/releases'
import { runDockerBuild } from './docker'
import { getTarget, targetsEqual, NexeTarget } from '../lib/target'
@@ -95,7 +96,7 @@ async function build() {
throw reason
})
console.log(target + ' uploaded.')
huh.dump()
process.exit(0)
}
}