Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
fix yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshulMalik committed Sep 22, 2018
1 parent 72bfa24 commit 7e3a6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/firefox/types.js
Expand Up @@ -350,8 +350,8 @@ export type ThreadClient = {
source: ({ actor: SourceId }) => SourceClient,
pauseGrip: (Grip | Function) => ObjectClient,
pauseOnExceptions: (boolean, boolean) => Promise<*>,
setXHRBreakpoint: (contains: string) => Promise<boolean>,
removeXHRBreakpoint: (contains: string) => Promise<boolean>,
setXHRBreakpoint: (contains: string, method: string) => Promise<boolean>,
removeXHRBreakpoint: (contains: string, method: string) => Promise<boolean>,
interrupt: () => Promise<*>,
eventListeners: () => Promise<*>,
getFrames: (number, number) => FramesResponse,
Expand Down

0 comments on commit 7e3a6b6

Please sign in to comment.