sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

sasjs job execute is not creating a log #308

Closed allanbowe closed 3 years ago

allanbowe commented 3 years ago

To reproduce:

sasjs create tempExample -t jobs
cd tempExample
sasjs add  # add a local, viya target
sasjs cbd # deploy the jobs
npm run exec # the sasjs job execute script is in package.json

expected - the log file should appear in the specified location

If the above was user error, then we should add something to the log to guide the user about why the log isn't appearing

If it was a program error, we should include a test along with the fix to prevent future regressions

image

ghost commented 3 years ago

:tada: This issue has been resolved in version 1.23.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: