Skip to content

Commit c85195d

Browse files
committed
chore: remove redundant 'bs.app' check
1 parent decb092 commit c85195d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/browser-sync.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,6 @@ BrowserSync.prototype.serveFile = function (path, props) {
378378
route: path
379379
};
380380

381-
if (!bs.app) {
382-
return;
383-
}
384-
385381
bs._addMiddlewareToStack(entry);
386382
};
387383

0 commit comments

Comments
 (0)