Expected Behavior
clinic bubbleprof -- node . should run the server and when I press Ctrl + C the server should end and I should get the summary of the profiling
Current Behavior
Server started successfully on port 3051
[= ] Received Ctrl+C, closing process...
Stays at this part for unlimited time, doesn't stop.
The problem is not the code, clinic doctor and clinic flame works with the code with the same procedure. Its just the bubbleprof that doesn't work.
Environment
root@27157d4084d7:/app# clinic -v
v13.0.0
root@27157d4084d7:/app# clinic doctor -v
v11.0.0
root@27157d4084d7:/app# clinic bubbleprof -v
v10.0.0
root@27157d4084d7:/app# node -v
v23.6.0
Expected Behavior
clinic bubbleprof -- node .should run the server and when I press Ctrl + C the server should end and I should get the summary of the profilingCurrent Behavior
Stays at this part for unlimited time, doesn't stop.
The problem is not the code, clinic doctor and clinic flame works with the code with the same procedure. Its just the bubbleprof that doesn't work.
Environment