Closed stormvansoldt closed 1 year ago
The git log command was throwing a silent error, therefore the server was not able to display the version hash.
git log
Added a log statement to display the error in the node console if this happens in the future.
Thank You!
The
git log
command was throwing a silent error, therefore the server was not able to display the version hash.Added a log statement to display the error in the node console if this happens in the future.