Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 8f3a63b

Browse files
committed
Make flow happy
1 parent 4f8bf82 commit 8f3a63b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
.*node_modules/postcss-*
1313
.*node_modules/radium.*
1414
.*node_modules/react-style-proptype.*
15+
.*node_modules/chalk*
1516
.*flow-coverage-report/.*
1617
.*custom_format_broken.json
1718

packages/devtools-connection/src/debugger/client.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2490,6 +2490,8 @@ ThreadClient.prototype = {
24902490
type: "setXHRBreakpoint",
24912491
path: args(0),
24922492
method: args(1)
2493+
}, {
2494+
24932495
}),
24942496

24952497
/**
@@ -2501,6 +2503,8 @@ ThreadClient.prototype = {
25012503
type: "removeXHRBreakpoint",
25022504
path: args(0),
25032505
method: args(1)
2506+
}, {
2507+
25042508
}),
25052509

25062510
getLastPausePacket: function() {

0 commit comments

Comments
 (0)