summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthewsot@outlook.com>2017-07-30 00:09:48 -0700
committerMatthew Sotoudeh <matthewsot@outlook.com>2017-07-30 00:09:48 -0700
commitd415bb3ac288e476f7f69861bc8b11b023259644 (patch)
tree5f371e70f72bf3db234a7d1f1f2bab5c3cf1f388
parent9ddc781b5d324123422776ccddee003bbeba1d5b (diff)
fixed prompt function
-rw-r--r--interpreter/interpreter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/interpreter.js b/interpreter/interpreter.js
index a7b750f..e8fe024 100644
--- a/interpreter/interpreter.js
+++ b/interpreter/interpreter.js
@@ -73,7 +73,7 @@ Yaepl.prototype.globalScope = {
};
//These are the ops that use callbacks
-Yaepl.prototype.callbackOps = [ "prompt-str" ];
+Yaepl.prototype.callbackOps = [ "prompt" ];
//Splits a YAEPL parameter string into a list of different
//string YAPEL parameters. Does NOT evaluate them - they're
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback