mmshivesh / Python-Nova.novaextension

Python Extension for Panic's Nova editor for macOS
https://extensions.panic.com/extensions/works.creativecode/works.creativecode.python-nova/
22 stars 6 forks source link

Fix broken main.js after merge of 'pylsNamespace' branch #25

Closed guillaumealgis closed 2 years ago

guillaumealgis commented 2 years ago

So. I'm not sure why / how, but merging #18 resulted in a invalid (as in "not executable JavaScript") main.js file :/

Sorry I didn't catch that sooner, I was using my fork all this time.

This fixes the merge, and also fixes the use of the pylsNamespace variable as a key in the settings objects (it was interpreted as a string before).

mmshivesh commented 2 years ago

Thanks, I was on the Nova Extension store version so I didn't catch that too