mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-13 20:29:27 +00:00
Fix typos in log messages
Several of the log messages contained minor typos.
This commit is contained in:
@@ -144,7 +144,7 @@ export class CoreClientProvider {
|
||||
await this.updateIndexes(client); // TODO: this should run without the 3rd party URLs
|
||||
await this.initInstance(client);
|
||||
console.info(
|
||||
`Downloaded the primary packages indexes, and successfully initialized the core gRPC client.`
|
||||
`Downloaded the primary package indexes, and successfully initialized the core gRPC client.`
|
||||
);
|
||||
} else {
|
||||
console.error(
|
||||
|
||||
@@ -63,7 +63,7 @@ export class CoreServiceImpl extends CoreClientAware implements CoreService {
|
||||
} else {
|
||||
if (!!buildPath && currentBuildPath !== buildPath) {
|
||||
throw new Error(
|
||||
`The CLI has already provided a build path: <${buildPath}>, and IDE2 received a new build path value: <${currentBuildPath}>.`
|
||||
`The CLI has already provided a build path: <${buildPath}>, and IDE received a new build path value: <${currentBuildPath}>.`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user