Skip to content

Commit 7005ac3

Browse files
committed
Temp
1 parent 420ef5d commit 7005ac3

File tree

2 files changed

+172
-147
lines changed

2 files changed

+172
-147
lines changed

src/client/datascience/jupyter/notebookStarter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export class NotebookStarter implements Disposable {
7575

7676
// Then use this to launch our notebook process.
7777
const stopWatch = new StopWatch();
78+
console.error(args);
7879
const launchResult = await notebookCommand.command!.execObservable(args, { throwOnStdErr: false, encoding: 'utf8', token: cancelToken });
7980

8081
// Watch for premature exits

0 commit comments

Comments
 (0)