]> source.dussan.org Git - vaadin-framework.git/commitdiff
improving #5613, full error - not just message
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 22 Sep 2010 13:19:01 +0000 (13:19 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 22 Sep 2010 13:19:01 +0000 (13:19 +0000)
svn changeset:15133/svn branch:6.4

src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java

index 37b62a447a7452fed9bf8ffac2909b95eca8f805..eccd92545776f3757994cfb26c13560df19e783c 100644 (file)
@@ -398,7 +398,7 @@ public class ApplicationConfiguration implements EntryPoint {
                  * exceptions. "a1 is not an object" style errors helps nobody,
                  * especially end user. It does not work tells just as much.
                  */
-                VConsole.getImplementation().error(e.getMessage());
+                VConsole.getImplementation().error(e);
             }
         });