We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d238484 commit 90025f9Copy full SHA for 90025f9
index.d.ts
@@ -22,6 +22,6 @@ declare module "browserstack-local" {
22
class Local {
23
start(options: Partial<Options>, callback: (error?: Error) => void): void;
24
isRunning(): boolean;
25
- stop(callback: () => void): void;
+ stop(callback: (error?: Error) => void): void;
26
}
27
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browserstack-local",
3
- "version": "1.4.5",
+ "version": "1.4.6",
4
"description": "Nodejs bindings for BrowserStack Local",
5
"engine": "^0.10.44",
6
"main": "index.js",
0 commit comments