File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,6 @@ var onSocketMsg = {
81
81
if ( initial ) return initial = false ;
82
82
reloadApp ( ) ;
83
83
} ,
84
- "proxy-error" : function ( errors ) {
85
- log ( "info" , "[WDS] Proxy error." ) ;
86
- for ( var i = 0 ; i < errors . length ; i ++ )
87
- log ( "error" , stripAnsi ( errors [ i ] ) ) ;
88
- if ( initial ) return initial = false ;
89
- } ,
90
84
close : function ( ) {
91
85
log ( "error" , "[WDS] Disconnected!" ) ;
92
86
}
Original file line number Diff line number Diff line change @@ -69,16 +69,6 @@ $(function() {
69
69
$errors . show ( ) ;
70
70
iframe . hide ( ) ;
71
71
} ,
72
- "proxy-error" : function ( errors ) {
73
- status . text ( "Could not proxy to content base target!" ) ;
74
- okness . text ( "Proxy error." ) ;
75
- $errors . text ( "\n" + stripAnsi ( errors . join ( "\n\n\n" ) ) + "\n\n" ) ;
76
- header . css ( {
77
- borderColor : "#ebcb8b"
78
- } ) ;
79
- $errors . show ( ) ;
80
- iframe . hide ( ) ;
81
- } ,
82
72
close : function ( ) {
83
73
status . text ( "" ) ;
84
74
okness . text ( "Disconnected." ) ;
You can’t perform that action at this time.
0 commit comments