| Index: runtime/bin/file_impl.dart
|
| ===================================================================
|
| --- runtime/bin/file_impl.dart (revision 5585)
|
| +++ runtime/bin/file_impl.dart (working copy)
|
| @@ -497,7 +497,7 @@
|
| if (mode != FileMode.READ &&
|
| mode != FileMode.WRITE &&
|
| mode != FileMode.APPEND) {
|
| - throw new FileIOException("Unknown file mode. Use FileMode.READ, " +
|
| + throw new FileIOException("Unknown file mode. Use FileMode.READ, "
|
| "FileMode.WRITE or FileMode.APPEND.");
|
| }
|
| var id = _FileUtils.checkedOpen(_name, mode._mode);
|
|
|