You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.
I just downloaded the examples and I'm trying to get started with Celeri, but it's definitely not working correctly for me. No matter what I type, I always get sent back to the prompt. It's impossible to exit the program by typing EOF, and the usual commands for SIGINT (Ctrl-C) and SIGSTOP (Ctrl-Z) also do nothing. Here's an example.
But sending signals with kill works as expected. SIGINT causes the process to exit and SIGSTOP puts the job into the background. And strangely, the process will correctly interpret Ctrl-C as a SIGINT after being resumed from the background.
Similarly, invoking process with some command line arguments also produces no useful output and ignores all input.
I just downloaded the examples and I'm trying to get started with Celeri, but it's definitely not working correctly for me. No matter what I type, I always get sent back to the prompt. It's impossible to exit the program by typing EOF, and the usual commands for SIGINT (
Ctrl
-C
) and SIGSTOP (Ctrl
-Z
) also do nothing. Here's an example.But sending signals with
kill
works as expected. SIGINT causes the process to exit and SIGSTOP puts the job into the background. And strangely, the process will correctly interpretCtrl
-C
as a SIGINT after being resumed from the background.Similarly, invoking process with some command line arguments also produces no useful output and ignores all input.
I see this behaviour with any/all of the examples. It is not limited to the hello.js example script.
I'm using the current master, 479e85d.
I got the same results in two different environments:
Here's the list of node modules that I'm using.
The text was updated successfully, but these errors were encountered: