Skip to content

Commit

Permalink
fix: missed one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Dec 13, 2024
1 parent 970c353 commit d883a1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3308,6 +3308,8 @@ class Server {
}

ignoredArr.push(ignoreFunc);

watchOptions.ignored = ignoredArr;
}
}

Expand Down

0 comments on commit d883a1a

Please sign in to comment.