Skip to content

Commit 131641f

Browse files
committed
Fix error message
1 parent dac1652 commit 131641f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/list.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EeNHDGocSTi70ytMMGQaaQ Note2`,
4646
...flags
4747
})
4848
} catch (e) {
49-
this.log('Fetch history failed')
49+
this.log('List note failed')
5050
this.error(e as string)
5151
}
5252
}

0 commit comments

Comments
 (0)