We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
override: true
1 parent 838c837 commit c6d7d16Copy full SHA for c6d7d16
1 file changed
lib/public/notify.js
@@ -11,7 +11,8 @@ module.exports = function (browserSync) {
11
if (msg) {
12
browserSync.events.emit("browser:notify", {
13
message: msg,
14
- timeout: timeout || 2000
+ timeout: timeout || 2000,
15
+ override: true
16
});
17
}
18
};
0 commit comments