chore: add missing newline (#13992)
parent
e345b89ce5
commit
cb88fe26aa
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue