mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-19 07:19:52 +02:00
fix: support passing arguments when pushing a service
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user