You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
match[0] should be match[1] to only get the file name. However, after changing this, the call to the function readFile() in the following line still throws an exception (even though the path is correct)
After the latest update specifying a macro file always throws an exception.
In this line
latex-autocomplete/lib/macros_autocompletion/macro_completer.js
Line 55 in 516d1cf
match[0]
should bematch[1]
to only get the file name. However, after changing this, the call to the functionreadFile()
in the following line still throws an exception (even though the path is correct)latex-autocomplete/lib/macros_autocompletion/macro_completer.js
Line 58 in 516d1cf
Any ideas why?
The text was updated successfully, but these errors were encountered: