Nevin Madhukar
Nevin Madhukar
@mcollina Hmm, it's a big script at the moment. I might need to make something small and run it. Let me give it a try and see if I can...
@mcollina I just put a simple code like this - ``` const testFunction = () => { console.log('testFunction running.....') } setInterval(() => { testFunction(); }, 1000); ``` Then press `Ctrl+C`,...
@mcollina But if there's a javascript file, which doesn't require stopping.. it would run it's course and shows the html metrics. 👍
@goto-bus-stop ``` clinic doctor 'autocannon http://localhost:$PORT' -- node tools/testFunction.js - Ctrl + C not working. clinic doctor '--autocannon http://localhost:$PORT' -- node tools/testFunction.js - Ctrl + C not working. clinic doctor...
@mcollina @goto-bus-stop Checked against 4 OS's in total (2 MAC and 2 Linux. ) Worked on both the linux, but not the MAC.