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);