You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/logger.js
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,12 @@ module.exports.callbacks = {
67
67
logger.info("{cyan:Reloading Browsers...");
68
68
}
69
69
},
70
+
/**
71
+
*
72
+
*/
73
+
"browser:error": function(){
74
+
logger.error("Couldn't open browser (if you are using BrowserSync in a headless environment, you might want to set the {cyan:open} option to {cyan:false})");
0 commit comments