ishahak
Results
2
issues of
ishahak
I'm suspecting that the coverage for python 2 (which I use as CircuitPython) is broken. the 'if' and 'else' should be swapped: https://github.com/dsc/bunch/blob/34eedf58fae929b3bb017338d24e978156dafa2b/bunch/python3_compat.py#L16 because in Python 2, you can't say...
We use this to detect activation mode: if (require.main === module) { //started directly } else { //started by 'require' } it works fine under 'node' but fails under node-theseus