projects
/
limn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c8c2532
)
Temporarily added test.json for debugging of new dataset-ui graph spec.
author
declerambaul
<fabian.kaelin@gmail.com>
Wed, 6 Jun 2012 15:01:57 +0000 (17:01 +0200)
committer
declerambaul
<fabian.kaelin@gmail.com>
Wed, 6 Jun 2012 15:01:57 +0000 (17:01 +0200)
lib/server/controllers/graph.co
patch
|
blob
|
history
diff --git
a/lib/server/controllers/graph.co
b/lib/server/controllers/graph.co
index
b399ad6
..
50a11bb
100644
(file)
--- a/
lib/server/controllers/graph.co
+++ b/
lib/server/controllers/graph.co
@@
-54,6
+54,7
@@
class GraphController extends Controller
parser = yaml.load
err, data <- fs.readFile file, 'utf8'
+
if 'ENOENT' is err?.code
return cb null, {}
if err