We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b1c30 commit d6f09f4Copy full SHA for d6f09f4
cli/index.js
@@ -598,7 +598,7 @@ export async function main(argv, options) {
598
return { sourceText, sourcePath };
599
}
600
601
- // Gets all pending imported files from the the backlog
+ // Gets all pending imported files from the backlog
602
function getBacklog(paths = []) {
603
do {
604
let internalPath = assemblyscript.nextFile(program);
0 commit comments