now using fs-extra for josn
This commit is contained in:
@ -32,7 +32,7 @@ var smartfile:any = {
|
||||
}
|
||||
break;
|
||||
case "json":
|
||||
return require(filePath);
|
||||
return plugins.fs.readJsonSync(filePath,{});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user