Skip to content

Commit

Permalink
add message at end
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Mar 27, 2024
1 parent f8b89cb commit d519f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/file_uploader/on_before_exit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export function onBeforeExit(paths: [Src, Dest][], actor: UploaderActor) {
// If any async behavior happens in 'beforeExit' then 'beforeExit'
// will run again. This is need to prevent an infinite loop.
// Once clean up is complete we are ready to exit
console.log('File hashing finished');
return;
}

Expand Down

0 comments on commit d519f55

Please sign in to comment.