Skip to content

Commit bb06e5e

Browse files
committed
last fix parentheses matching
1 parent c41ae78 commit bb06e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lips.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ function run_repl(err, rl) {
563563
if (token) {
564564
code = mark_paren(code, token);
565565
} else if (cmd) {
566-
const input = cmd + rl.line;
566+
const input = cmd + substring;
567567
// we match paren above the current line
568568
// but we need whole code with rl.line
569569
// so we need to ignore rl.line

0 commit comments

Comments
 (0)