Shawn

Results 5 comments of 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...

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;...