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
Open Nova, Create a new File, Invoke Selection Expand shows the following in Extension Console
Text Tools[8:26:12.636000] Extension encountered an uncaught exception:
/Users/jp/Library/Application Support/Nova/Extensions/biati.texttools/Scripts/main.dist.js (Line 1.295, Column 38)
Error: Path argument must be a string
@[native code]
getExtension@file:///Users/jp/Library/Application%20Support/Nova/Extensions/biati.texttools/Scripts/main.dist.js:1295:38
expand@file:///Users/jp/Library/Application%20Support/Nova/Extensions/biati.texttools/Scripts/main.dist.js:1309:38
@file:///Users/jp/Library/Application%20Support/Nova/Extensions/biati.texttools/Scripts/main.dist.js:3891:20
Error comes from this
class SelectionExpander {
getExtension(editor) {
let filePath = editor.document.path;
let extension = nova.path.extname(filePath).substring(1); ## Line 1.295 BOOM
The text was updated successfully, but these errors were encountered:
Open Nova, Create a new File, Invoke Selection Expand shows the following in Extension Console
Error comes from this
The text was updated successfully, but these errors were encountered: