Skip to content

Commit

Permalink
Update lockfile (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Francisco Giordano <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2020
1 parent a402860 commit 04d0acc
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 299 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-truffle/src/truffle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type TruffleProviderResult = { result: any; error: { message: string } };
export interface TruffleProvider {
send(
args: { method: string; params: unknown[]; id: string; jsonrpc: '2.0' },
callback: (err: unknown, value: TruffleProviderResult) => void,
callback: (err: Error | null, value: TruffleProviderResult) => void,
): void;
}

Expand Down
Loading

0 comments on commit 04d0acc

Please sign in to comment.