mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 09:23:00 +02:00
Fix on empty path
This commit is contained in:
@@ -197,7 +197,7 @@ export class Folders {
|
||||
}
|
||||
}
|
||||
|
||||
return assetFolder;
|
||||
return assetFolder || '/';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user