bbc-basic: Slight tweak to heap size.
[jackhill/mal.git] / haxe / Step3_env.hx
index 805b984..5166025 100644 (file)
@@ -96,7 +96,7 @@ class Step3_env {
             } catch (exc:haxe.io.Eof) {
                 Compat.exit(0);
             } catch (exc:Dynamic) {
-                Compat.println(exc);
+                Compat.println("Error: " + exc);
             }
         }
     }