We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91eda07 commit 5e6f9f6Copy full SHA for 5e6f9f6
app/main.ts
@@ -43,7 +43,8 @@ import Output from './outputs/output';
43
try {
44
results = await emissionsService.calculate(formattedResources);
45
} catch (e) {
46
- log.error('API Error: Please check your token and project name. If the error persists, please raise and issue.')
+ log.error('API Error: Please check your token and project name. If the error persists, please raise an issue via github.')
47
+ log.info('https://github.com/eco-infra/ecoinfra/issues')
48
log.error(`${e}`)
49
50
return
0 commit comments