diff options
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index d87fea6d..254f65e8 100644 --- a/src/library.js +++ b/src/library.js @@ -802,7 +802,7 @@ var Library = { stat__deps: ['open', 'fstat'], stat: function(filename, ptr) { if (typeof window === 'undefined') { - // d8 hangs if you try to read a folder. + // XXX d8 hangs if you try to read a folder. // http://code.google.com/p/v8/issues/detail?id=1533 return 0; } |