Skip to content

Commit 7b3706a

Browse files
committed
fix: typos
1 parent 72e564e commit 7b3706a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bindings/utils/clearAllLocalBuilds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function clearAllLocalBuilds(waitForLocks = false) {
5050
if (waitForLocks)
5151
console.log(getConsoleLogPrefix() + "Some builds are in progress. Waiting for those builds to finish before removing them.");
5252
else
53-
console.log(getConsoleLogPrefix() + "Some builds are in progress. Skipping removal of those builds.");
53+
console.log(getConsoleLogPrefix() + "Some builds are in progress. Skipping the removal of those builds.");
5454
}
5555

5656
await Promise.all(buildRemovals);

src/bindings/utils/testBindingBinary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function testBindingBinary(
2424
if (!detectedFileName.startsWith(expectedFileName)) {
2525
console.warn(
2626
getConsoleLogPrefix() +
27-
`"${expectedFileName}.js" file is not independent, so testing a binding binary with the current system` +
27+
`"${expectedFileName}.js" file is not independent, so testing a binding binary with the current system ` +
2828
"prior to importing it cannot be done.\n" +
2929
getConsoleLogPrefix() +
3030
"Assuming the test passed with the risk that the process may crash due to an incompatible binary.\n" +

0 commit comments

Comments
 (0)