File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,17 @@ function grcrtErrReporter(err){
35
35
if ( err . silent ) {
36
36
sendErr ( )
37
37
} else {
38
- console . log ( _json ) ;
38
+ // console.log(_json);
39
39
if ( typeof Layout == "object" && typeof Layout . showConfirmDialog == "function" ) {
40
- Layout . showConfirmDialog (
41
- "GRCRTools oops!" ,
42
- '<div><img src="' + RepConv . grcrt_cdn + 'img/octopus.png" style="float:left;padding-right: 10px"/><p style="padding:5px"><b>Found error</b><br/><pre>' + err + '</pre><br/>You want send?</p></div>' ,
43
- function ( ) {
44
- // console.log(_json)
45
- sendErr ( )
46
- }
47
- )
40
+ console . log ( _json ) ;
41
+ Layout . showConfirmDialog (
42
+ "GRCRTools oops!" ,
43
+ '<div><img src="' + RepConv . grcrt_cdn + 'img/octopus.png" style="float:left;padding-right: 10px"/><p style="padding:5px"><b>Found error</b><br/><pre>' + err + '</pre><br/>You want send?</p></div>' ,
44
+ function ( ) {
45
+ // console.log(_json)
46
+ sendErr ( )
47
+ }
48
+ )
48
49
} else {
49
50
setTimeout ( function ( ) {
50
51
grcrtErrReporter ( err ) ;
You can’t perform that action at this time.
0 commit comments