| Index: runtime/bin/stdio_patch.dart
|
| diff --git a/runtime/bin/stdio_patch.dart b/runtime/bin/stdio_patch.dart
|
| index ffc47031ba09e6759feeb3def85899cf6fe3020c..fbc308346bc28d00aa3867101c5820fbf0b701f6 100644
|
| --- a/runtime/bin/stdio_patch.dart
|
| +++ b/runtime/bin/stdio_patch.dart
|
| @@ -32,7 +32,7 @@ patch class _StdIOUtils {
|
| static int _socketType(nativeSocket) {
|
| var result = _getSocketType(nativeSocket);
|
| if (result is OSError) {
|
| - throw new FileSystemException("Error retreiving socket type", result);
|
| + throw new FileSystemException("Error retreiving socket type", "", result);
|
| }
|
| return result;
|
| }
|
|
|