Skip to content

Commit b6105c0

Browse files
authored
1 parent a4736c6 commit b6105c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/pbjs.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
type pbjsCallback = (err: Error|null, output?: string) => void;
1+
type pbjsCallback = (err: Error|null, output?: string) => number|undefined;
22

33
/**
44
* Runs pbjs programmatically.

0 commit comments

Comments
 (0)