Index: frog/file_system_vm.dart |
diff --git a/frog/file_system_vm.dart b/frog/file_system_vm.dart |
index 7dde08c936e256e0b1a6a43a08e90782e76993ba..29c1c59b51cdb6d3cf5f680bfca2e4f5d0b28b01 100644 |
--- a/frog/file_system_vm.dart |
+++ b/frog/file_system_vm.dart |
@@ -11,7 +11,7 @@ class VMFileSystem implements FileSystem { |
var f = new File(outfile); |
var stream = f.openOutputStream(); |
stream.write(text.charCodes()); |
- stream.end(); |
+ stream.close(); |
} |
String readAll(String filename) { |