twittwer / nx-tools

Workspace for Nx Plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhandled Rejection when custom logo or favicon is definend

mmuenker opened this issue ยท comments

Version: 1.3.1
Node: 10.20.1

Command:

nx run my-lib:compodoc \
--customLogo apps/pwa/src/assets/logo.png \
--customFavicon apps/pwa/src/favicon.ico

Output:

Compodoc v1.1.11

Unhandled Rejection at: Promise { <rejected> undefined } reason: undefined

Without the builder, the command will be executed without errors:

compodoc \
-p ./libs/my-lib/tsconfig.lib.json \
-d documentation \
--customLogo apps/pwa/src/assets/logo.png \
--customFavicon apps/pwa/src/favicon.ico

On which OS do you execute the command?

Pop!_OS 20.04 LTS

๐ŸŽ‰ This issue has been resolved in version 1.3.2 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€