Skip to content

Logger not outputting errors correctly #198

@oliverfoster

Description

@oliverfoster

Subject of the issue

adapt-cli/lib/logger.js

Lines 11 to 16 in c0777a7

warn (...args) {
chalk.yellow(...args)
},
error (...args) {
chalk.red(...args)
},

They never write out to the console, only do the colour wrapping.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions