diff --git a/packages/metro-file-map/src/watchers/RecrawlWarning.js b/packages/metro-file-map/src/watchers/RecrawlWarning.js index a9ebcf83c..4feba1187 100644 --- a/packages/metro-file-map/src/watchers/RecrawlWarning.js +++ b/packages/metro-file-map/src/watchers/RecrawlWarning.js @@ -19,7 +19,7 @@ export default class RecrawlWarning { static RECRAWL_WARNINGS: Array = []; static REGEXP: RegExp = - /Recrawled this watch (\d+) times, most recently because:\n([^:]+)/; + /Recrawled this watch (\d+) times?, most recently because:\n([^:]+)/; root: string; count: number;