mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
SYNC: Merge pull request #7 from dbgate/feature/applog
This commit is contained in:
@@ -75,7 +75,7 @@ async function reader({ fileName, encoding = 'ISO-8859-1', includeDeletedRecords
|
||||
pass.end();
|
||||
} catch (error) {
|
||||
// If any error occurs, destroy the stream with the error
|
||||
logger.error(extractErrorLogData(error), 'Error reading DBF file');
|
||||
logger.error(extractErrorLogData(error), 'DBGM-00187 Error reading DBF file');
|
||||
pass.end();
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user