We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b1dca commit 15db951Copy full SHA for 15db951
1 file changed
src/library.js
@@ -802,7 +802,7 @@ var Library = {
802
stat__deps: ['open', 'fstat'],
803
stat: function(filename, ptr) {
804
if (typeof window === 'undefined') {
805
- // d8 hangs if you try to read a folder.
+ // XXX d8 hangs if you try to read a folder.
806
// http://code.google.com/p/v8/issues/detail?id=1533
807
return 0;
808
}
0 commit comments