Skip to content

Commit

Permalink
Merge pull request #179 from pabloromeo/experimental
Browse files Browse the repository at this point in the history
EAE_ROOT logging
  • Loading branch information
pabloromeo authored Oct 12, 2022
2 parents ec19d22 + beecf2a commit c38507b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/app/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ socket.on('worker.task.request', taskRequest => {

if ((EAE_SUPPORT == "1" || EAE_SUPPORT == "true") && EAE_EXECUTABLE != "") {
if (!fs.existsSync(processedEnvironmentVariables.EAE_ROOT)){
console.log(`EAE Support - Creating EAE_ROOT destination`)
console.log(`EAE Support - Creating EAE_ROOT destination => ${processedEnvironmentVariables.EAE_ROOT}`)
fs.mkdirSync(processedEnvironmentVariables.EAE_ROOT, { recursive: true });
}

Expand Down

0 comments on commit c38507b

Please sign in to comment.