Hi,
I noticed an exception dump in the console each time I try to execute a method which returns nothing. For example, sometimes is useful to store the contents of a long string with File.WriteAllText or the contents of an image with image.Save, but since these methods do not return a value, the console complains with an exception dump.
Would be nicer if the console just said "nothing returned" that should suffice.
Thanks for the great work!