mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
dead code
This commit is contained in:
@@ -65,10 +65,9 @@
|
||||
</body>
|
||||
|
||||
<script>
|
||||
mainWindow = window;
|
||||
window.onerror = function(message, url, lineNumber) {
|
||||
// Any error will popup the console
|
||||
WindowController.webView.inspector.showConsole(1);
|
||||
WindowController.webView.inspector.showConsole(true);
|
||||
}
|
||||
|
||||
require('startup');
|
||||
|
||||
Reference in New Issue
Block a user