sasjs / cli

Command line interface for creating, compiling, and building SAS® projects

Home Page:https://cli.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reword `Services have been successfully compiled!\n` for faster debugging

allanbowe opened this issue · comments

Often when debugging client issues we are presented only with the terminal output.

To avoid back and forth and enable faster debugging we should ensure as much as possible that relevant & useful information is presented.

For this ticket we should replace the following text:

Services have been successfully compiled!\n

With the following:

The project was successfully compiled using the $(targetName) target (serverType $(serverType))\n

This affects 3 lines in the repo:

image

🎉 This issue has been resolved in version 3.23.0 🎉

The release is available on:

Your semantic-release bot 📦🚀