vantage icon indicating copy to clipboard operation
vantage copied to clipboard

fix ReferenceError: chalk is not defined

Open fogine opened this issue 8 years ago • 0 comments

When I try to connect to a vantage server with client. I get an error:

[ERROR] (node:15363) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ReferenceError: chalk is not defined

printed to console of server process.

this fixes the bug

fogine avatar Nov 04 '16 12:11 fogine