This commit is contained in:
Julian 2022-02-03 03:06:26 +01:00 committed by A. J. Kaptijn
parent 25189ba00b
commit f310e06af7
6 changed files with 78 additions and 6 deletions

View file

@ -19,7 +19,7 @@ export class LocalFileProvider implements InputProvider {
}
}
return {[this.name]: result}
return {[this.name]: result, artifactFilePaths: []}
}
async listTrackedFiles(): Promise<string[]> {