diff options
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'; |