DylanC
DylanC
> ```js > const DO_LOG = true; > > function log (msg) { > if (DO_LOG) { > console.error(msg); > } > } > function fib (n) { > if...
@goto-bus-stop Is there a problem with this particular test? `test('clinic doctor --on-port', function (t) {` ..or is this CI related?
@fr-nevin - Does this issue happen with v5 of Clinic? `npm install -g clinic@5`
This is working on Mac for me. - Clinic.js version: "5.0.0", - Node.js version: 12.16, npm - 6.13.4 - Browser name and version: Chrome Version 80.0.3987.122 - Operating system and...
@DmytroSokhach - I'm not very involved in this project at the moment and I don't currently have access to a Mac. Reopened the issue for now.
@ezonakiusagi - Hello, Do you have details on the video format? This would be very helpful to help us debug the issue.
@LeosWelt @ezonakiusagi - This is most definitely a bug at this point.
@N3WWN - Any luck with this on V2.4 daily build?