fix isEnabled() method

This commit is contained in:
rhysd
2015-09-22 00:38:55 +09:00
parent 09e37435ff
commit c5c929c4fb
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ declare class AutoLaunch {
/**
* Returns if auto start up is enabled
*/
isEnabled(callback?: (err: Error) => void): boolean;
isEnabled(callback: (enabled: boolean) => void): void;
}
declare module "auto-launch" {