From cdd900f56852ef8ac31ed226cfe2448172119039 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 25 Jan 2022 07:15:48 -0700 Subject: [PATCH] Update grepdict.js --- toys/grepdict/grepdict.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/grepdict/grepdict.js b/toys/grepdict/grepdict.js index 495cdb2..6eca7f2 100644 --- a/toys/grepdict/grepdict.js +++ b/toys/grepdict/grepdict.js @@ -26,7 +26,7 @@ function regexInput(e) { li.textContent = word nmatches += 1 - if (nmatches > 50) { + if (nmatches > 600) { li.textContent = "…" break }