]> git.proxmox.com Git - pve-eslint.git/commit
set cwd of CLIEngine to process.cwd()
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 9 Jun 2021 11:49:27 +0000 (13:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Jun 2021 14:36:27 +0000 (16:36 +0200)
commit0803a17d5214719d43dee85216e4dcb412d28a41
treea1a53657bc94c072cc696e716421f9c3805a213d
parent35543d16f3ebefe9dcb8ad965d59ecf9c8158515
set cwd of CLIEngine to process.cwd()

it seems it now defaults to '/' as the current working dir, but we
assume the cwd of the process

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/app.js