Alert in test with custom script possible?

Hi team, I’m writing tests and in one test scenario I would like to tell the tester to do another manual check after all other steps have passed. I thought using a “custom script” step with something like
alert("Please check the callback for "+pm.variables.get("token")); . Is there any command like alert or one to output text to a console? Thanks!

Currently, we only support using console.log("") to print the message in the console of this custom script step.