Kiss-vscode build the example config when testing

This commit is contained in:
2021-07-19 15:10:13 -06:00
parent 4850da5cab
commit 727fa55ef0

View File

@@ -149,6 +149,7 @@ class Kiss {
public static function load(kissFile:String, k:KissState, ?loadingDirectory:String) {
if (loadingDirectory == null)
loadingDirectory = k.loadingDirectory;
var fullPath = Path.join([loadingDirectory, kissFile]);
if (k.loadedFiles.exists(fullPath)) {
return;