node-notifier icon indicating copy to clipboard operation
node-notifier copied to clipboard

10 seconds-hang

Open jmsche opened this issue 5 years ago • 1 comments

Hello,

I encountered lastly an issue, where my webpack build took about 10 more seconds than usual to run.
Well, not exactly: the build was done, but then I had to wait like 10 more seconds for the terminal to let me type anything.

Here is the culprit commit: https://github.com/mikaelbr/node-notifier/commit/59da93a96644df85a5142c949f6bf26152fcd35f

When I comment out the options.timeout = 10; line it works as expected. But obviously feels wrong.

And obviously, setting the timeout option in my webpack config to 0 won't work as 0 is falsy.

Any way to revert this or fix it?

Thank you

jmsche avatar Feb 07 '19 12:02 jmsche

Related to #218

jmsche avatar Feb 07 '19 13:02 jmsche