diff --git a/src/repo/index.ts b/src/repo/index.ts index 62c16d4..a94e559 100644 --- a/src/repo/index.ts +++ b/src/repo/index.ts @@ -92,7 +92,7 @@ export async function addIdentifierToNetwork(dir: string, networkCode: string, i const networkInfoFilePath = path.join(dir, getDirPathForTokenlist(networkCode), 'info.json'); if(!fs.existsSync(networkInfoFilePath)) { - console.error('addIdentifierToNetwork Cannot find asset info file for network ' + networkCode + ' in directory ' + dir); + console.error('addIdentifierToNetwork Cannot find asset info file for network ' + networkCode + ' in location ' + networkInfoFilePath); return { addedIdentifier: false }; }