Skip to content

Commit 5e6f9f6

Browse files
authored
fix: typo on error message, added link to issues
1 parent 91eda07 commit 5e6f9f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ import Output from './outputs/output';
4343
try {
4444
results = await emissionsService.calculate(formattedResources);
4545
} catch (e) {
46-
log.error('API Error: Please check your token and project name. If the error persists, please raise and issue.')
46+
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')
4748
log.error(`${e}`)
4849

4950
return

0 commit comments

Comments
 (0)