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 | |
| parent | New Crowdin translations (#5573) (diff) | |
| download | sharkey-f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb.tar.gz sharkey-f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb.tar.bz2 sharkey-f7a328d66e8f0ddb5d7b6ca815bf86bba98895bb.zip | |
Update dependencies :rocket:
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/index.ts | 2 | ||||
| -rw-r--r-- | src/boot/master.ts | 2 |
2 files changed, 2 insertions, 2 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'; diff --git a/src/boot/master.ts b/src/boot/master.ts index 1517de1586..cbdcc712eb 100644 --- a/src/boot/master.ts +++ b/src/boot/master.ts @@ -1,6 +1,6 @@ import * as os from 'os'; import * as cluster from 'cluster'; -import chalk from 'chalk'; +import * as chalk from 'chalk'; import * as portscanner from 'portscanner'; import * as isRoot from 'is-root'; |