diff src/luan/modules/Boot.luan @ 1470:580ee513a4b7

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 14 Apr 2020 17:12:06 -0600
parents 56fb5cd8228d
children f04bfbb08721
line wrap: on
line diff
--- a/src/luan/modules/Boot.luan	Tue Apr 14 13:15:18 2020 -0600
+++ b/src/luan/modules/Boot.luan	Tue Apr 14 17:12:06 2020 -0600
@@ -75,6 +75,7 @@
 	local this = new_LuanIn(io)
 	this.write = io.write
 	this.write_text = io.write_text
+	this.write_binary = io.write_binary
 
 	function this.text_writer()
 		return new_writer( io.text_writer() )