Jianru-Lin / lambda-view

A New Tool for Reading JavaScript Code since 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log the url?

ceoimon opened this issue · comments

I'm using WSL which can't open a URL from the terminal (currently). So I want to open it manually, but I can't get the URL.

Ok, I will resolve this problem tonight.

I modified the code, and it will output URL to the terminal now. like:

[2/16/2017 10:44:15 PM] INFO read file from "http.js"...
[2/16/2017 10:44:15 PM] INFO parsing javascript source code and generating html content...
[2/16/2017 10:44:15 PM] INFO try opening it using your default web browser...
[2/16/2017 10:44:15 PM] INFO done, http://127.0.0.1:23400/lv.html?id=4e0cc83d3013f566

Please reinstall lambda-view to update to the new version.

npm uninstall -g lambda-view
npm install -g lambda-view

Thanks for your report @ceoimon .