notify does not work for build errors of TypeScript with [@wessberg/rollup-plugin-ts](https://www.npmjs.com/package/@wessberg/rollup-plugin-ts). Rollup does not send any error to `buildEnd` @wessberg/rollup-plugin-ts fails [in this line](https://github.com/wessberg/rollup-plugin-ts/blob/v1.3.8/src/service/emit/diagnostics/emit-diagnostics.ts#L52), called [from here](https://github.com/wessberg/rollup-plugin-ts/blob/v1.3.8/src/plugin/typescript-plugin.ts#L369) in the `generateBundle` hook. Thanks.