Skip to content

Commit 9c70d16

Browse files
Dtphelan1jafeltra
andauthored
Update src/client/BaseClient.js
Co-authored-by: Julia Afeltra <30803904+jafeltra@users.noreply.github.com>
1 parent f9f3f1e commit 9c70d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/BaseClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class BaseClient {
5454
}
5555
return ((await curExtractorsValid) && isExtractorValid);
5656
} catch (e) {
57-
logger.warn(`Extractor ${name} FAILED CSV validation`);
57+
logger.warn(`Extractor ${name} could not validate. Encountered the following error: ${e.message}`);
5858
return false;
5959
}
6060
}

0 commit comments

Comments
 (0)