summaryrefslogtreecommitdiff
path: root/src/js/run_node.py
AgeCommit message (Collapse)Author
2018-06-22run_node.py don't error if symlink exists (#279)Ryan Dahl
The switch from deno2/ to src/ made Travis's cached symlink invalid and now os.path.exists() returns false.
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion