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) {
|
public static function load(kissFile:String, k:KissState, ?loadingDirectory:String) {
|
||||||
if (loadingDirectory == null)
|
if (loadingDirectory == null)
|
||||||
loadingDirectory = k.loadingDirectory;
|
loadingDirectory = k.loadingDirectory;
|
||||||
|
|
||||||
var fullPath = Path.join([loadingDirectory, kissFile]);
|
var fullPath = Path.join([loadingDirectory, kissFile]);
|
||||||
if (k.loadedFiles.exists(fullPath)) {
|
if (k.loadedFiles.exists(fullPath)) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user