Skip to content

Commit 15db951

Browse files
committed
comment
1 parent 39b1dca commit 15db951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ var Library = {
802802
stat__deps: ['open', 'fstat'],
803803
stat: function(filename, ptr) {
804804
if (typeof window === 'undefined') {
805-
// d8 hangs if you try to read a folder.
805+
// XXX d8 hangs if you try to read a folder.
806806
// http://code.google.com/p/v8/issues/detail?id=1533
807807
return 0;
808808
}

0 commit comments

Comments
 (0)