add some verbosity
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
578e8ea540
commit
f178bb67bb
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue