Edits history of script submission #22586 for ' Log error (windmill)'

  • bunnative
    One script reply has been approved by the moderators
    Ap­pro­ved
    //native
    
    export async function main(message: string, name: string) {
      const flow_id = Bun.env.WM_FLOW_JOB_ID;
      console.log("message", message);
      console.log("name", name);
      return { message, flow_id };
    }
    

    Submitted by hugo989 6 days ago