From d6f09f482f433bd19e5b5d96250bc2b57d0f7906 Mon Sep 17 00:00:00 2001 From: longxiangqiao Date: Tue, 5 Nov 2024 20:19:00 +0800 Subject: [PATCH] chore: remove redundant word in comment (#2883) Signed-off-by: longxiangqiao --- cli/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/index.js b/cli/index.js index b7b4a836e5..9899f4be3f 100644 --- a/cli/index.js +++ b/cli/index.js @@ -598,7 +598,7 @@ export async function main(argv, options) { return { sourceText, sourcePath }; } - // Gets all pending imported files from the the backlog + // Gets all pending imported files from the backlog function getBacklog(paths = []) { do { let internalPath = assemblyscript.nextFile(program);