mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-17 08:21:45 +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;
|
let first = true;
|
||||||
for (const key in this.properties) {
|
for (const key in this.properties) {
|
||||||
if (this.properties.hasOwnProperty(key)) {
|
if (this.properties.hasOwnProperty(key)) {
|
||||||
const val = this.properties[key];
|
const val = this.properties[key]; __iterator__
|
||||||
if (val) {
|
if (val) {
|
||||||
if (first) {
|
if (first) {
|
||||||
first = false;
|
first = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue