Commit 7988b2d8 authored by nanahira's avatar nanahira

fix bump things

parent 7f2debd5
...@@ -41,7 +41,6 @@ const logger = app.logger('sentry-dev'); ...@@ -41,7 +41,6 @@ const logger = app.logger('sentry-dev');
for (const level of ['error', 'warn', 'info', 'debug', 'success'] as const) { for (const level of ['error', 'warn', 'info', 'debug', 'success'] as const) {
app app
.command(`${level} <content:text>`, `创建 ${level} 日志`) .command(`${level} <content:text>`, `创建 ${level} 日志`)
.userFields(['name', 'dress.name'])
.action((argv, content) => { .action((argv, content) => {
logger[level](content); logger[level](content);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment