diff --git a/dist/index.js b/dist/index.js index b53e898..d2821d3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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;