Use `\n` instead of `os.EOL`

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
Patrick Arminio 2022-03-30 22:41:41 +01:00 committed by GitHub
parent 7a37d78806
commit 6c31eb3fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ class PoetryCache extends CacheDistributor {
);
}
const lines = stdout.trim().split(os.EOL);
const lines = stdout.trim().split('\n');
const config: any = {};