Results 4 comments of deadem

There is a problem: 1. We can't use `throw;` due to MS-specific behaviour on 64-bit systems: https://social.msdn.microsoft.com/Forums/vstudio/en-us/f4ccad43-4fb4-4760-9d48-b4c883c2e550/call-stack-throw-and-64-bit There are stack loss on `throw;` 2. Patch will be OK, but we...

@Owyn you can make the colors more contrast for now: https://github.com/deadem/notepad-pp-linter/issues/6#issuecomment-415482687

Can't fix without the exact steps to reproduce.

Wow! There is already a hack: https://github.com/preactjs/preact/blob/3ff5f50e18da99ea05ace253740584ca0a97fa47/compat/src/portals.js#L42