Shawn
Shawn
Chrome dev tool's rule is multi line input. I think it's difficult to implement. Chrome-remote-interface's repl used repl module, and its rule that I guess is to detect some keywords...
OK, I got it. Thanks for your reply
I will try it:)
I try to replace the eval function with the following code, but I am not sure that there is no bugs at that code. :) https://github.com/sidorares/crconsole/blob/master/index.js#L272 ``` var err, result;...
Oh!! Let me think about it. Thank you!