Execute a step with hot-reload support.
The function to execute.
The arguments to pass to the function.
The result of the function execution.
const result = await step(welcomeMessage, [ctx, arg2]);await step(success, [ctx, result]); Copy
const result = await step(welcomeMessage, [ctx, arg2]);await step(success, [ctx, result]);
Execute a step with hot-reload support.