botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23 stars 21 forks source link

fix: check for APP_DATA_PATH environment variable #101

Closed davidvitora closed 3 years ago

davidvitora commented 3 years ago

this function was probably copied from the core repository, but the function that calls getAppDataPath doesn`t check for APP_DATA_PATH before as the core code does. Added env variable check in this getAppDataPAth so the log makes sense.