Skip to content

Commit

Permalink
HARMONY-1538: More debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
indiejames committed Oct 13, 2023
1 parent 5950d2d commit 24e7bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/service-runner/app/workers/pull-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ async function _pullAndDoWork(repeat = true): Promise<void> {
console.log('UNLINKING WORKING FILE');
try {
await fs.unlink(workingFilePath);
console.log('WORKING FILE UNLINKED');
} catch {
// log this, but don't let it stop things
logger.error('Failed to delete /tmp/WORKING');
Expand Down

0 comments on commit 24e7bae

Please sign in to comment.