diff --git a/Mini-Lisp.JS/Engine.js b/Mini-Lisp.JS/Engine.js index 6001d254..6bf3508b 100644 --- a/Mini-Lisp.JS/Engine.js +++ b/Mini-Lisp.JS/Engine.js @@ -66,7 +66,7 @@ module.exports = class Engine { if (list.null()) { return Atom.nil } - +// Again, this error should be done differently if (list.atom()) { throw 'evaluateList: argument must be a list' }