소스 검색

Update src/networkStats.ts

Lipis 4 년 전
부모
커밋
156073a407
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/networkStats.ts

+ 1 - 1
src/networkStats.ts

@@ -60,7 +60,7 @@ export const simulatePing = async () => {
     });
     const endTime = new Date().getTime();
     return endTime - startTime;
-  } catch (e) {
+  } catch (error) {
     return -1;
   }
 };