kopia lustrzana https://github.com/c9/core
do not add misformed breakpoints from v8 debugger
rodzic
78d0c3917a
commit
860d7da637
|
@ -954,6 +954,8 @@ define(function(require, exports, module) {
|
||||||
|
|
||||||
callback(null, data.breakpoints.map(function(bp) {
|
callback(null, data.breakpoints.map(function(bp) {
|
||||||
return createBreakpoint(bp);
|
return createBreakpoint(bp);
|
||||||
|
}).filter(function(bp) {
|
||||||
|
return bp.path;
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue