You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michaelwittwer
changed the title
Provide 'noLog' option for getBranchInfo' | isGithubWorkflow`
[branch-utilities] Provide 'noLog' option for getBranchInfo' | isGithubWorkflow`
Nov 18, 2024
In different projects we use a js script to create a command which is then executed in the terminal with eval:
eval "$(node ../../set_env.mjs)"
Currently we need to override the
console.log
function to prevent undesired log statements when callinggetBranchInfo
.something like:
It would be more ergonomic to simply provide a flag for a
noLog
optionThe text was updated successfully, but these errors were encountered: