# HG changeset patch # User Oleksandr Gavenko # Date 1306850738 -10800 # Node ID ce06c05f5f4b1144ea02b012b2c56e91e115bd75 # Parent 80c35b648deb04ea89407c6bd8c674f52cfca6ad Components.utils.reportError. diff -r 80c35b648deb -r ce06c05f5f4b firefox-devel.rst --- a/firefox-devel.rst Tue May 31 16:52:20 2011 +0300 +++ b/firefox-devel.rst Tue May 31 17:05:38 2011 +0300 @@ -126,6 +126,8 @@ * Components.utils.reportError. +Write error msg to Error console (not in Web Console). + Components.utils.reportError("msg"); // Show the error console. toJavaScriptConsole();