From 88aaaca0db94d7efc295a94e562d0da3e21cc768 Mon Sep 17 00:00:00 2001 From: confused_techie Date: Tue, 17 Oct 2023 00:37:57 -0700 Subject: [PATCH] Update script/validate-wasm-grammar-prs.js Co-authored-by: DeeDeeG --- script/validate-wasm-grammar-prs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/validate-wasm-grammar-prs.js b/script/validate-wasm-grammar-prs.js index c56b85c75c..a67302f0bc 100644 --- a/script/validate-wasm-grammar-prs.js +++ b/script/validate-wasm-grammar-prs.js @@ -101,7 +101,7 @@ for (const wasmFile of wasmFilesChanged) { // This can fail for two major reasons // 1. It actually failed // 2. This is a new file, and it failed to find an earlier one that didn't exist - // So that we don't faile brand new TreeSitter grammars, we manually check for number 2 + // So that we don't fail brand new TreeSitter grammars, we manually check for number 2 if (getPrevFile.stderr.toString().includes("exists on disk, but not in")) { // Looks like this file is new. Skip this check