add some verbosity

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-06-19 18:02:51 +02:00
parent 578e8ea540
commit f178bb67bb
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ async function main(): Promise<void> {
await Deno.writeTextFile("./result.json", JSON.stringify(json));
const result = await upload("./result.json");
console.log(result);
console.log(`JSON file uploaded to: ${result}`);
Deno.exit();
}