Skip to content

Commit

Permalink
Update src/ameba.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
  • Loading branch information
nobodywasishere and Sija authored Nov 24, 2024
1 parent 6bac44c commit 7d837e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ameba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class Ameba {
try {
results = JSON.parse(stdout);
} catch (err) {
console.error(`Ameba: failed parsing JSON: ${err}`);
console.error('Ameba: failed parsing JSON:', err);
outputChannel.appendLine(`[Task] Error: failed to parse JSON:\n${stdout}`)
window.showErrorMessage('Ameba: failed to parse JSON response.');
reject(err);
Expand Down

0 comments on commit 7d837e9

Please sign in to comment.