nitunit: keeps track of the source directory of the tested module.
[nit.git] / src / websocket_debugger.nit
index f3c7cc0..d4b4878 100644 (file)
@@ -199,7 +199,7 @@ redef class Stdout
        redef fun write(s)
        do
                if connection != null then
-                       connection.write(s)
+                       connection.write(s.to_s)
                else
                        super
                end