Open dylang opened 2 months ago
It looks like we are assuming all recieved messages are objects with a message property: https://github.com/un-ts/synckit/blob/main/src/index.ts#L548
message
However, sometimes, randomly, only in CI, it seems to receive undefined, which synckit doesn't handle, so it throws an error.
undefined
Related: https://github.com/prettier/eslint-plugin-prettier/issues/671
It looks like we are assuming all recieved messages are objects with a
message
property: https://github.com/un-ts/synckit/blob/main/src/index.ts#L548However, sometimes, randomly, only in CI, it seems to receive
undefined
, which synckit doesn't handle, so it throws an error.Related: https://github.com/prettier/eslint-plugin-prettier/issues/671