Importing multi-file schema fails when the path to chosen folder contains spaces in them. I get the following error.
Error: ENOENT: no such file or directory, open '/Users/userx/Downloads/Multi-file%20Specs/OpenAPI%203.0%20spec/openapi.yml'
reason:"Error while merging files."
result:false
As multi-file schema without spaces in path imports successfully and RAML 1.0 multi-file schema with spaces in Path is being imported successfully, this must be issue with resolution of path in OpenAPI module.