File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff 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" +
You can’t perform that action at this time.
0 commit comments