Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
close #259
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Dec 8, 2021
1 parent 98558ae commit 5d9c7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/message/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class Parser {
default:
return
}
this.message.push(elem)
this.message = [elem]
this.brief = "[" + brief + "]"
this.exclusive = true
}
Expand Down

0 comments on commit 5d9c7a7

Please sign in to comment.