commit | bbb2053ee206789205bd1f48fe73256cb31473d0 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Mon Sep 22 15:05:58 2014 -0700 |
committer | Ali Ghassemi <aghassemi@google.com> | Mon Sep 22 15:06:00 2014 -0700 |
tree | e6ea77e109875055dd5ce689f84b62035d9c5f7f | |
parent | 50662ede04b681e9f36f24c817f0655b40a5011b [diff] |
veyron-browser: Better error handling by makaing glob() asyc so it can return an error object in addition to result. Adding a new test to assert that error is returned from glob when globbing non-existing mounttables. Change-Id: Ic9256db3f22f0da71e6c9570aa251df8bf050cf5
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start