]> git.codecow.com Git - nano-pow.git/commitdiff
Remove fake server call that is no longer needed.
authorChris Duncan <chris@zoso.dev>
Mon, 16 Jun 2025 20:25:07 +0000 (13:25 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 16 Jun 2025 20:25:07 +0000 (13:25 -0700)
src/bin/cli.ts

index 09c0985d31a7e1461b7831f5c73cfb2e8c2e4d8b..1f0db16997045d5ba0e9ef3b13a11db3a24dda0a 100755 (executable)
@@ -190,7 +190,6 @@ server.on('close', code => {
 })
 
 async function execute (): Promise<void> {
-       server.send(0)
        const results: (WorkErrorResponse | WorkGenerateResponse | WorkValidateResponse)[] = []
        if (isBenchmark) {
                console.log('Running benchmark...')