Skip to content

Commit b6cfecc

Browse files
author
Yash Ladha
committed
Error Type in callback
1 parent d238484 commit b6cfecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ declare module "browserstack-local" {
2222
class Local {
2323
start(options: Partial<Options>, callback: (error?: Error) => void): void;
2424
isRunning(): boolean;
25-
stop(callback: () => void): void;
25+
stop(callback: (error?: Error) => void): void;
2626
}
2727
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)