We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa94df2 commit b274d27Copy full SHA for b274d27
src/index.d.ts
@@ -176,6 +176,6 @@ export interface OsxAppOptions {
176
/**
177
* Automates building an NW.js application.
178
*/
179
-declare function nwbuild<P extends SupportedPlatform>(options: Options<P>): Promise<void>;
+declare function nwbuild<P extends SupportedPlatform>(options: Options<P>): Promise<child_process.ChildProcess | null | undefined>;
180
181
export default nwbuild;
0 commit comments