diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-11-24 17:09:32 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-11-24 17:09:32 +0900 |
| commit | f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb (patch) | |
| tree | 78c78b428ee7aac5c4fefc61fe856da837a41fae /src/boot/index.ts | |
| parent | New Crowdin translations (#5573) (diff) | |
| download | misskey-f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb.tar.gz misskey-f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb.tar.bz2 misskey-f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb.zip | |
Update dependencies :rocket:
Diffstat (limited to 'src/boot/index.ts')
| -rw-r--r-- | src/boot/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/index.ts b/src/boot/index.ts index 2c86d8ed8c..7380c4484d 100644 --- a/src/boot/index.ts +++ b/src/boot/index.ts @@ -1,5 +1,5 @@ import * as cluster from 'cluster'; -import chalk from 'chalk'; +import * as chalk from 'chalk'; import Xev from 'xev'; import Logger from '../services/logger'; |