fix: Fix typos

This commit is contained in:
Yuta Hayashibe
2024-10-14 16:13:26 +09:00
parent 1294ba9d61
commit 12516c8a45
9 changed files with 10 additions and 10 deletions

View File

@@ -132,7 +132,7 @@
}
},
stderr: (text) => {
console.log('An error occured:', text);
console.log('An error occurred:', text);
if (stderr) {
stderr += `${text}\n`;
} else {