summaryrefslogtreecommitdiff
path: root/src/daemons
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-03 23:41:27 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2019-02-03 23:41:27 +0900
commit893a3b527dbb4364ef20b38efbd0d50df27e89b1 (patch)
tree48ea96a9d0d145cd5f2f4a81787fed7814969b4d /src/daemons
parentCreate type definition for 'langmap' (#4059) (diff)
downloadmisskey-893a3b527dbb4364ef20b38efbd0d50df27e89b1.tar.gz
misskey-893a3b527dbb4364ef20b38efbd0d50df27e89b1.tar.bz2
misskey-893a3b527dbb4364ef20b38efbd0d50df27e89b1.zip
Create type definition for 'os-utils' (#4050)
Diffstat (limited to 'src/daemons')
-rw-r--r--src/daemons/server-stats.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemons/server-stats.ts b/src/daemons/server-stats.ts
index 6028277b25..b82f421779 100644
--- a/src/daemons/server-stats.ts
+++ b/src/daemons/server-stats.ts
@@ -3,7 +3,7 @@ import * as sysUtils from 'systeminformation';
import * as diskusage from 'diskusage';
import * as Deque from 'double-ended-queue';
import Xev from 'xev';
-const osUtils = require('os-utils');
+import * as osUtils from 'os-utils';
const ev = new Xev();