We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02eb617 commit 79bc6eeCopy full SHA for 79bc6ee
CHANGELOG.md
@@ -7,6 +7,12 @@
7
8
---
9
10
+## [1.2.1] - 2018.09.28
11
+
12
+- [[02eb617](https://github.com/dutchenkoOleg/node-w3c-validator/commit/02eb617626bca3ca6bce14bd1824d7a26a2a3bac)] - remove correction of absolute path
13
14
+---
15
16
## [1.2.0] - 2018.09.28
17
18
bin/cmd.js
@@ -90,7 +90,7 @@ function detectUserInput () {
90
} else {
91
if (!(/^(http(s)?:)?\/\//i.test(validatePath))) {
92
if (/^\//.test(validatePath)) {
93
- validatePath = path.resolve(validatePath)
+ validatePath = path.resolve(validatePath);
94
}
95
96
0 commit comments