Changeset 20711
- Timestamp:
- 10/04/08 22:35:24 (5 years ago)
- Files:
-
- 1 modified
-
lang/cplusplus/llv8call/trunk/ext/fs/fs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/fs/fs.h
r20526 r20711 6 6 static inline Handle<Value> throw_stderr(const char *msg) { 7 7 std::string buf(msg); 8 buf += " error: ";8 buf += " error: "; 9 9 buf += strerror(errno); 10 10 return ThrowException(String::New(buf.c_str()));
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)