diff options
Diffstat (limited to 'src/boot/master.ts')
| -rw-r--r-- | src/boot/master.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |