SOF3 / pharynx

A tool to recompile PHP sources into a phar in PSR-0
Apache License 2.0
16 stars 3 forks source link

Pharynx workflow crashes if there is no LICENSE file #20

Closed JavierLeon9966 closed 6 months ago

JavierLeon9966 commented 6 months ago

Error:

node:internal/process/promises:279
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: ENOENT: no such file or directory, stat 'LICENSE'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: 'LICENSE'
}

According to the workflow code, the LICENSE file is supposed to be optional.