Re: git: 981564583497 - main - net/cjdns: fix build on powerpc64*
- Reply: Yuri : "Re: git: 981564583497 - main - net/cjdns: fix build on powerpc64*"
- Reply: Piotr Kubaj : "Re: git: 981564583497 - main - net/cjdns: fix build on powerpc64*"
- In reply to: Piotr Kubaj : "Re: git: 981564583497 - main - net/cjdns: fix build on powerpc64*"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Oct 2021 16:38:59 UTC
On Wed, Oct 27, 2021 at 04:23:40PM +0200, Piotr Kubaj wrote: > Not really: > > os.cpus() > [] > > Math.floor((os.cpus() == [] ? 1 : cpus.length) * 1.25) > Uncaught ReferenceError: cpus is not defined > > Math.floor((os.cpus() == 0 ? 1 : cpus.length) * 1.25) > 1 This gets just funnier and funnier. Like I said, the sooner JS dies, the better. ./danfe