build: cleanup code extensions recommendation
[e-mobility-charging-stations-simulator.git] / src / performance / PerformanceStatistics.ts
index 2d557eaac73dee8621a4db3ec322df8edabb65c4..f61d095874f9dafbde0df907b7ad60e58f504098 100644 (file)
@@ -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
       }