evanw / node-source-map-support

Adds source map support to node.js (for stack traces)
MIT License
2.16k stars 222 forks source link

Isaacs/do not break on missing global process #297

Closed isaacs closed 2 years ago

isaacs commented 2 years ago
isaacs commented 2 years ago

me: "What idiot made it look at process.version without any kind of guard anyway!?"

also me: #255

😂

(I'm j/k, of course, no hostility about bugs.)

isaacs commented 2 years ago

Updated to also not break if process.stderr is missing.

LinusU commented 2 years ago

Released as 0.5.20 🚀