Skip to content

Commit

Permalink
Redirect stderr in cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Jun 1, 2020
1 parent 1fbaa0e commit 627586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -48,7 +48,7 @@ for:

- ps: >-
if ([int]$env:nodejs_version -le 8) {
cmd /c npm i eslint@6;
cmd /c npm i eslint@6 2`>`&1;
}
# fix symlinks
Expand Down

0 comments on commit 627586f

Please sign in to comment.