Skip to content

Commit

Permalink
debug appVeyor attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesemashko committed Feb 25, 2017
1 parent b936b2f commit 01c7fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ module.exports = function (options/*: Object */)/*: Promise<stylelint$standalone
let absoluteFilePaths = filePaths.map(filePath => {
const absoluteFilepath = (!path.isAbsolute(filePath))
? path.join(process.cwd(), filePath)
: filePath

: path.normalize(filePath)
console.log(absoluteFilepath)
return absoluteFilepath
})

Expand Down

0 comments on commit 01c7fcf

Please sign in to comment.