UNPKG
gplint
Version:
beta (2.4.0-beta.1)
latest (2.5.0)
rc (2.2.0-rc.0)
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.4.0-beta.1
2.3.0
2.3.0-beta.1
2.3.0-beta.0
2.2.0
2.2.0-rc.0
2.1.0
2.0.0
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
A Gherkin linter/validator written in Javascript.
gplint.github.io
gplint/gplint
gplint
/
build
/
logger.js
7 lines
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
function
boldError
(
msg
) {
console
.
error
(
`\x1b[31m\x1b[1m
${msg}
\x1b[0m`
);
// eslint-disable-line no-console
}
export
function
error
(
msg
) {
console
.
error
(
`\x1b[31m
${msg}
\x1b[0m`
);
// eslint-disable-line no-console
}
//# sourceMappingURL=logger.js.map