Preview:ts try { throw new Error() } catch (err) { const s: string = err instanceof Error ? "shortMessage" in err ? err.message : err.message : String(err) }
You can choose specific lines to embed by selecting them before copying the link.