Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions profiler-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ Examples:
opts.symbolServer
);
console.log(`Session started: ${sessionId}`);
const status = await sendCommand(
SESSION_DIR,
{ command: 'status' },
sessionId
);
console.log(formatOutput(status, opts.json ?? false));
});

// profiler-cli status
Expand Down
Loading