summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/index.ts2
-rw-r--r--src/boot/master.ts2
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';