From bf5176a3cb7ef0b074988a57697ad8ab44c60a8d Mon Sep 17 00:00:00 2001 From: evanbacon Date: Thu, 25 Apr 2024 14:57:40 -0500 Subject: [PATCH] Update RecrawlWarning.js --- packages/metro-file-map/src/watchers/RecrawlWarning.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;