Skip to content

Commit

Permalink
[IMPROVE] Move call to store logs to appropriate place #454
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Dec 10, 2021
1 parent cf6f882 commit 141f561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/ProxiedApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ export class ProxiedApp implements IApp {
if (e instanceof AppsEngineException) {
throw e;
}
} finally {
this.manager.getLogStorage().storeEntries(this.getID(), logger);
}

this.manager.getLogStorage().storeEntries(this.getID(), logger);

return result;
}

Expand Down

0 comments on commit 141f561

Please sign in to comment.