remove 6to5-node repl console.log
This commit is contained in:
parent
75389b04a6
commit
914ef4c5f5
@ -93,8 +93,6 @@ function replEval(code, context, filename, callback) {
|
|||||||
code = code.slice(1, -1); // remove "(" and ")"
|
code = code.slice(1, -1); // remove "(" and ")"
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(JSON.stringify(code));
|
|
||||||
|
|
||||||
result = _eval(code, filename);
|
result = _eval(code, filename);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
err = e;
|
err = e;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user