@betterer/logger
Advanced tools
Comparing version 2.2.3 to 2.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.4.0](https://github.com/phenomnomnominal/betterer/compare/v2.3.0...v2.4.0) (2020-07-01) | ||
### Features | ||
* **betterer ✨:** differentiate between `worse` and `updated` ([#140](https://github.com/phenomnomnominal/betterer/issues/140)) ([a726472](https://github.com/phenomnomnominal/betterer/commit/a7264722f1bbf7f66d07f0c3d83f4a1d77d71e15)) | ||
## [2.2.3](https://github.com/phenomnomnominal/betterer/compare/v2.2.2...v2.2.3) (2020-06-30) | ||
@@ -8,0 +19,0 @@ |
@@ -80,4 +80,4 @@ "use strict"; | ||
var codeFrame = code_frame_1.codeFrameColumns(fileText, { start: start, end: end }, options); | ||
var codeMessage = chalk.bgBlack.white(" " + message + " " + NEW_LINE); | ||
log("" + NEW_LINE + ERROR_BLOCK + codeMessage + codeFrame); | ||
var codeMessage = chalk.bgBlack.white(message.trim()); | ||
log("" + NEW_LINE + ERROR_BLOCK + " " + codeMessage.split(NEW_LINE).join("\n" + ERROR_BLOCK + " ") + "\n\n" + codeFrame); | ||
previousLogger = 'CODE'; | ||
@@ -84,0 +84,0 @@ }; |
{ | ||
"name": "@betterer/logger", | ||
"description": "logger for @betterer/betterer", | ||
"version": "2.2.3", | ||
"version": "2.4.0", | ||
"license": "MIT", | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "9a7639a777a2906bdabdbd5c187d6b8fe3c809d4" | ||
"gitHead": "af092ad9d9b4b3610e3583ad098f044bc8d58c8b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15296