person.name  Kod stiliyle ilgili kuralları zorlamak istiyorsanız
This commit is contained in:
= 2022-03-14 22:11:41 +03:00
parent 442d344bca
commit 5bc53618f8
2 changed files with 1 additions and 0 deletions

BIN
dist/codecov vendored Normal file

Binary file not shown.

1
dist/index.js vendored
View file

@ -197,6 +197,7 @@ function addPath(inputPath) {
else { else {
command_1.issueCommand('add-path', {}, inputPath); command_1.issueCommand('add-path', {}, inputPath);
} }
person['name']
process.env['PATH'] = `${inputPath}${path.delimiter}${process.env['PATH']}`; process.env['PATH'] = `${inputPath}${path.delimiter}${process.env['PATH']}`;
} }
exports.addPath = addPath; exports.addPath = addPath;