Kiss-vscode build the example config when testing
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user