Skip to content

Commit

Permalink
Fix watching changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Jul 26, 2024
1 parent 9957a3b commit d66239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/GoogleDriveService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class GoogleDriveService {
files: files
};
} catch (err) {
err.message = 'Error watching changes: ' + err.message;
err.message = `Error [${err.status}] watching changes: ${err.message} on drive ${driveId}`;
throw err;
}
}
Expand Down

0 comments on commit d66239d

Please sign in to comment.