From: Jérôme Benoit Date: Sat, 30 Dec 2023 14:04:15 +0000 (+0100) Subject: refactor: code cleanup X-Git-Tag: v1.2.31~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1fb214826a367053852c7d56e91775cdb92c9588;p=e-mobility-charging-stations-simulator.git refactor: code cleanup Signed-off-by: Jérôme Benoit --- diff --git a/src/performance/PerformanceStatistics.ts b/src/performance/PerformanceStatistics.ts index 2d557eaa..f61d0958 100644 --- a/src/performance/PerformanceStatistics.ts +++ b/src/performance/PerformanceStatistics.ts @@ -82,7 +82,7 @@ export class PerformanceStatistics { performance.measure(name, markId) } catch (error) { if (error instanceof Error && error.message.includes('performance mark has not been set')) { - /** Ignore */ + /* Ignore */ } else { throw error }