This commit is contained in:
Pine Wu
2019-01-28 15:45:53 -08:00
parent 62468cb356
commit 0abf8dcbd0
2 changed files with 3 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ export function getDataProviders(dataPaths?: string[]): IHTMLDataProvider[] {
providers.push(new HTMLDataProvider(`customProvider${i}`, htmlData));
}
} catch (err) {
console.log(`Failed to laod tag from ${path}`);
console.log(`Failed to load tag from ${path}`);
}
});