зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1496881 - Fix test for whether we are paused at a console message.
--HG-- extra : rebase_source : 0bcf0620c744b015c27bf1af44f3918ab2fe2621
This commit is contained in:
Родитель
145128d6ee
Коммит
51a16c9e1d
|
@ -28,7 +28,7 @@ function isPaused({ getMessage, pausedExecutionPoint }) {
|
|||
const message = getMessage();
|
||||
return pausedExecutionPoint
|
||||
&& message.executionPoint
|
||||
&& pausedExecutionPoint.checkpoint === message.executionPoint.checkpoint;
|
||||
&& pausedExecutionPoint.progress === message.executionPoint.progress;
|
||||
}
|
||||
|
||||
class MessageContainer extends Component {
|
||||
|
|
Загрузка…
Ссылка в новой задаче