Re: chicken-spock question

Felix Winkelmann via Chicken-users <[email protected]> Thu, 02 Apr 2026 13:06:54 +0200
Newsgroups gmane.lisp.scheme.chicken
Message-ID <[email protected]>
On Thu Apr 2, 2026 at 5:52 AM CEST, Nathan Thern via Chicken-users wrote:
> The line I replaced is preceded by
>
> else if(typeof process !== undefined) // Node.JS
>
> It's in a block of if/elsif statements that apparently detect the js
> runtime and set SPOCK.log accordingly. I just replaced the one for Node and
> left the others alone.

Very good, I'll try to update the logic in the runtime system
and provide node-specific I/O operations.


felix