Comparing version
@@ -26,3 +26,5 @@ // const { pathExists, mkdirs, appendFile, rename } = (await import('fs-extra')).default; | ||
try { | ||
console.log('->> baseLog.log 11'); | ||
await writer.writeRec(rec); | ||
console.log('->> baseLog.log 22'); | ||
} | ||
@@ -29,0 +31,0 @@ catch (ex) { |
{ | ||
"name": "backlib", | ||
"type": "module", | ||
"version": "0.5.2-SNAPSHOT.5", | ||
"version": "0.5.2-SNAPSHOT.6", | ||
"description": "Minimalist library for backend services", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -25,5 +25,8 @@ | ||
try { | ||
console.log('->> baseLog.log 11',); | ||
await writer.writeRec(rec); | ||
console.log('->> baseLog.log 22',); | ||
} catch (ex) { | ||
// here log console.log, no choise | ||
console.log(`ERROR - BACKLIB - Log exception when calling writeRec on logWriter ${writer}. ${ex}`); | ||
@@ -30,0 +33,0 @@ } |
Sorry, the diff of this file is not supported yet
35197
0.8%589
0.68%