Sencha Cmd v5.0.0.160 で BasicException @ watch-impl.xml:8

ファイルの構成をいじった後で sencha app watch が動かなくなった。

[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.BasicException: path/to/broken/link
[ERR]
[ERR] Total time: 7 seconds
[ERR] The following error occurred while executing this line:
path/to/.sencha/app/build-impl.xml:242:
The following error occurred while executing this line:
path/to/.sencha/app/watch-impl.xml:60: The following error occurred while executing this line:
path/to/.sencha/app/watch-impl.xml:8: com.sencha.exceptions.BasicException: /path/to/broken/link

sencha -debug ...で[DBG]入りの詳しいログを出してみたところ、com.sencha.tools.watchers.NotificationFileWatcherService あたりで例外が出ている。よくよくソースツリーを見てみると壊れたsymlinkが存在した(正確にはジャンクション)。
エントリ /path/to/broken/link を作り直せばいい。