RoccoC/webpack-build-notifier

Timeout Inconsistency

Opened this issue · 1 comments

This might just be a configuration issue, but my success messages don't go away, but might error messages timeout after 5 seconds and then go away.

I am on Mac 10.14.2

I am looking actually to reverse this. I would like Errors to stay on until I click close or dismiss. I have my mac notification settings to set the Terminal Notifications to Alerts, which should make them stay on until clicked.

I did add the notifyOptions with timeout to 20 and that did work, but setting it to 0 does not. So I guess I am left with setting it to a very high number, but I would rather just disable. However, I would like success to timeout after 5. I don't see a way to separate them with notifyOptions.

Does anyone know how to achieve this.
Thanks

Thanks for the report. Will take a look to see if I can reproduce the issue you described. Should be able to add individual timeout options as well.