Page MenuHomePhabricator

Error message for Math extension is not clear when failed to execute mathoid/cli.js
Closed, DuplicatePublic

Description

Anytime, when execute mathoid/cli.js failed, only logging Mathoid cli mathoid/cli.js is not executable message (logging point). This will make operator messy, because the real reason is often not that the file is not executable, such as Nodejs throw an error or failed to execute shell command.

Logging error messages from STDERR at the same time would be better.