Skip to content

Commit cb66eeb

Browse files
add log
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 301b007 commit cb66eeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

code/src/vs/platform/shell/node/shellEnv.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ async function doResolveUnixShellEnv(logService: ILogService, token: Cancellatio
193193

194194
try {
195195
const env = JSON.parse(rawStripped);
196+
logService.info('++++++ getUnixShellEnvironment', env['LD_LIBRARY_PATH']);
196197

197198
if (runAsNode) {
198199
env['ELECTRON_RUN_AS_NODE'] = runAsNode;

0 commit comments

Comments
 (0)