mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
Update index.js
Bu seçenek, özellik hakkındaki uyarıları bastırır . Bu özellik tüm tarayıcılar tarafından desteklenmemektedir,
This commit is contained in:
parent
5bc53618f8
commit
192343c07b
1 changed files with 1 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -65,7 +65,7 @@ class Command {
|
|||
let first = true;
|
||||
for (const key in this.properties) {
|
||||
if (this.properties.hasOwnProperty(key)) {
|
||||
const val = this.properties[key];
|
||||
const val = this.properties[key]; __iterator__
|
||||
if (val) {
|
||||
if (first) {
|
||||
first = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue