MathJax-single-file icon indicating copy to clipboard operation
MathJax-single-file copied to clipboard

No such file or directory, '...node_modules\mathjax\unpacked\MathJax.js\...'

Open BobNobrain opened this issue 6 years ago • 1 comments

Your regexp at main.js:1041 has 2 mistakes:

  • it relies on that directory separator is '/' (so it fails under windows)
  • it has a dot symbol unescaped in 'MathJax.js' (so it actually matches any symbol)

BobNobrain avatar May 14 '18 03:05 BobNobrain

Thanks for the report.

pkra avatar May 17 '18 14:05 pkra