fix: support passing arguments when pushing a service

This commit is contained in:
DanyLE
2023-06-06 21:53:22 +02:00
committed by Dany LE
parent bff2c94fa9
commit a00acf4bbf
3 changed files with 8 additions and 5 deletions

View File

@ -35,7 +35,7 @@ namespace OS {
* @export
* @param {string} app class name string
* @param {ProcessTypeClass} cls prototype class
* @param {GUI.AppArgumentsType[]} [args] process arguments
* @param {AppArgumentsType[]} [args] process arguments
* @returns {Promise<ProcessType>} a promise on the created process
*/
export function createProcess(