Skip to content

Conversation

lukechilds
Copy link
Contributor

Make sure all string diff output is red by default.

Resolves #1286

@lukechilds lukechilds force-pushed the fix-string-diff-colours branch from 5f2dad7 to 8a27671 Compare February 25, 2017 18:17
@vadimdemedes
Copy link
Contributor

Tests are failing, but other than that - works great, just tested it!

const indentString = require('indent-string');
const chalk = require('chalk');
const diff = require('diff');
const stripAnsi = require('strip-ansi');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move it above chalk?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@lukechilds lukechilds force-pushed the fix-string-diff-colours branch from 8b8f998 to 4fdb263 Compare February 26, 2017 05:34
@lukechilds
Copy link
Contributor Author

Fixed test and updated require position 👍

@vadimdemedes
Copy link
Contributor

Thank you, good fix!

@vadimdemedes vadimdemedes merged commit 9f2ff09 into avajs:master Feb 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants