Skip to content

Commit f2c7275

Browse files
committed
chore: fix the comment
1 parent 13cad6a commit f2c7275

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/definitions/platform.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ interface IPlatformService extends IBuildPlatformAction, NodeJS.EventEmitter {
8888
* @param {Mobile.IDevice} device The device where the application should be installed.
8989
* @param {IProjectData} projectData DTO with information about the project.
9090
* @param {string} @optional outputPath Directory containing build information and artifacts.
91-
* @returns {Promise<boolean>} true indicates that the application should be installed.
9291
*/
9392
validateInstall(device: Mobile.IDevice, projectData: IProjectData, release: IRelease, outputPath?: string): Promise<void>;
9493

0 commit comments

Comments
 (0)