Skip to content

Commit d05978e

Browse files
committed
Log startup command
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 4df7c1f commit d05978e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/javaServerStarter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function prepareExecutable(requirements: RequirementsData, workspacePath,
1818
executable.options = options;
1919
executable.command = path.resolve(requirements.java_home + '/bin/java');
2020
executable.args = prepareParams(requirements, javaConfig, workspacePath);
21+
console.log('Starting Java server with: ' + executable.command + ' ' + executable.args.join(' '));
2122
return executable;
2223
}
2324
export function awaitServerConnection(port): Thenable<StreamInfo> {

0 commit comments

Comments
 (0)