diff options
author | max99x <max99x@gmail.com> | 2011-07-04 07:57:41 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-07-04 07:57:41 +0300 |
commit | 6390aaff2001afd7cdabd84cdaa141a4fba96b4d (patch) | |
tree | 7f51f83706a52a9738bac3018d50f1b91e212ae6 | |
parent | 5b5ae09263d3822ecb642838c43e76faf081e220 (diff) |
Added reference to the folder-reading d8 bug.
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 18d60221..b837778c 100644 --- a/src/library.js +++ b/src/library.js @@ -803,6 +803,7 @@ var Library = { stat: function(filename, ptr) { if (typeof window === 'undefined') { // d8 hangs if you try to read a folder. + // http://code.google.com/p/v8/issues/detail?id=1533 return 0; } // TODO: Handle symbolic links. |