This commit is contained in:
2016-07-17 17:10:53 +02:00
parent a6db675040
commit ba822576b1
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ export let dataFor = (optionsArg:IDataFor) => {
if(plugins.smartfile.fs.fileExistsSync(lookupPath)){
allData = plugins.smartfile.fs.toObjectSync(lookupPath);
} else {
plugins.beautylog.warn(`${lookupPath} is misssing!`);
plugins.beautylog.warn(`${lookupPath} is missing!`);
allData = {};
};