File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 11import Config from "./config" ;
22import * as Caret from "./test/caret" ;
3- import * as Notifications from "./elements/notifications" ;
43import * as CustomText from "./test/custom-text" ;
54import * as TestState from "./test/test-state" ;
65import * as ConfigEvent from "./observables/config-event" ;
@@ -56,13 +55,6 @@ function updateKeytips(): void {
5655}
5756
5857if ( isDevEnvironment ( ) ) {
59- window . onerror = function ( error ) : void {
60- if ( JSON . stringify ( error ) . includes ( "x_magnitude" ) ) return ;
61- Notifications . add ( JSON . stringify ( error ) , - 1 , {
62- important : true ,
63- duration : 5 ,
64- } ) ;
65- } ;
6658 $ ( "header #logo .top" ) . text ( "localhost" ) ;
6759 $ ( "head title" ) . text ( $ ( "head title" ) . text ( ) + " (localhost)" ) ;
6860 $ ( "body" ) . append (
You can’t perform that action at this time.
0 commit comments