Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 7c3f3ef

Browse files
authored
god i need to sleep
1 parent 89bf203 commit 7c3f3ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/classes/sysinfo.class.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ class Sysinfo {
88
let os;
99
switch (require("os").platform()) {
1010
case "darwin":
11-
let os = "macOS";
11+
os = "macOS";
1212
break;
1313
case "win32":
14-
let os = "win";
14+
os = "win";
1515
break;
1616
default:
17-
let os = require("os").platform();
17+
os = require("os").platform();
1818
}
1919

2020
// Create DOM

0 commit comments

Comments
 (0)