summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthewsot@outlook.com>2017-07-30 00:18:48 -0700
committerMatthew Sotoudeh <matthewsot@outlook.com>2017-07-30 00:18:48 -0700
commitf834df78f82f9285781bee71e862f67e999343bb (patch)
tree1bd1832e665846de53e7f872f68ee5922ea7e44d
parentd415bb3ac288e476f7f69861bc8b11b023259644 (diff)
updated the parameter splitting code
-rw-r--r--interpreter/interpreter.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/interpreter/interpreter.js b/interpreter/interpreter.js
index e8fe024..1fe624e 100644
--- a/interpreter/interpreter.js
+++ b/interpreter/interpreter.js
@@ -98,8 +98,6 @@ Yaepl.prototype.splitParams = function (params) {
}
else if (chr === flags.quote) {
flags.quote = null;
- split_params.push(curr_param);
- curr_param = "";
}
else if (chr == "\"" || chr == "'") {
flags.quote = chr;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback