chore: add missing newline (#13992)
This commit is contained in:
@@ -18,7 +18,7 @@ export const ExportCommand = cmd({
|
|||||||
handler: async (args) => {
|
handler: async (args) => {
|
||||||
await bootstrap(process.cwd(), async () => {
|
await bootstrap(process.cwd(), async () => {
|
||||||
let sessionID = args.sessionID
|
let sessionID = args.sessionID
|
||||||
process.stderr.write(`Exporting session: ${sessionID ?? "latest"}`)
|
process.stderr.write(`Exporting session: ${sessionID ?? "latest"}\n`)
|
||||||
|
|
||||||
if (!sessionID) {
|
if (!sessionID) {
|
||||||
UI.empty()
|
UI.empty()
|
||||||
|
|||||||
Reference in New Issue
Block a user