Skip to content

Commit 77ed226

Browse files
johnbilliondesrosj
andauthored
Apply suggestions from code review
Co-authored-by: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com>
1 parent 99ce1e0 commit 77ed226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/local-env/scripts/docker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ if (process.argv.includes('--coverage-html')) {
1212
process.env.LOCAL_PHP_XDEBUG_MODE = 'coverage';
1313
}
1414

15-
// This try-catch prevents the superfluous Node.js debugging information from being shown if the command fails
15+
// This try-catch prevents the superfluous Node.js debugging information from being shown if the command fails.
1616
try {
17-
// Execute any docker compose command passed to this script.
17+
// Execute any Docker compose command passed to this script.
1818
execSync( 'docker compose ' + composeFiles + ' ' + process.argv.slice( 2 ).join( ' ' ), { stdio: 'inherit' } );
1919
} catch ( error ) {
2020
process.exit( 1 );

0 commit comments

Comments
 (0)