microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.1k stars 588 forks source link

fix cdn check for node #10281

Closed riknoll closed 3 days ago

riknoll commented 3 days ago

@thomasjball brought it to my attention that mkc was failing with a weird error when trying to fetch github repo dependencies. turns out it was crashing on this code because window isn't defined in node.

this will need to be ported over to micro:bit stable

riknoll commented 3 days ago

actually, might not need to go to stable. not sure if this code ever got there in the first place