Skip to content

Commit 79bc6ee

Browse files
author
Дутченко Олег
committed
1.2.1
1 parent 02eb617 commit 79bc6ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
88
---
99

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+
1016
## [1.2.0] - 2018.09.28
1117

1218

bin/cmd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function detectUserInput () {
9090
} else {
9191
if (!(/^(http(s)?:)?\/\//i.test(validatePath))) {
9292
if (/^\//.test(validatePath)) {
93-
validatePath = path.resolve(validatePath)
93+
validatePath = path.resolve(validatePath);
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)