Figma-Linux / figma-linux

Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join us in https://t.me/figma_linux
GNU General Public License v2.0
2.66k stars 159 forks source link

Fix error when missing manifest.ui is treated like a file to be opened #365

Closed co-odw closed 6 months ago

co-odw commented 7 months ago

My plugin manifest has no ui key, because it's not required. However, when trying to "locate this plugin" the figma-linux would try to open figma.ui, causing the following exception:

Error occurred in handler for 'createMultipleNewLocalFileExtensions': TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of t ype string. Received undefined at new NodeError (node:internal/errors:405:5) at validateString (node:internal/validators:162:11) at Object.extname (node:path:1385:5) at _hasFigmaSession.validateFileName (/proj/figma-linux/dist/main/main.js:1:69605) at _hasFigmaSession.validateExtensionFiles (/proj/figma-linux/dist/main/main.js:1:70078) at _hasFigmaSession.addExtension (/proj/figma-linux/dist/main/main.js:1:68834) at o (/proj/figma-linux/dist/main/main.js:1:71542) at async Promise.all (index 0) at async _hasFigmaSession.createMultipleNewLocalFileExtensions (/proj/figma-linux/dist/main/main.js:1:71629) at async WebContents. (node:electron/js2c/browser_init:2:88640) { code: 'ERR_INVALID_ARG_TYPE' }