From f0528a679c0077fc6a69870909c429ebd4fb5703 Mon Sep 17 00:00:00 2001 From: longxiangqiao Date: Tue, 5 Nov 2024 19:22:27 +0800 Subject: [PATCH] chore: remove redundant word in comment 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);