new logs are not prioritized
This commit is contained in:
parent
6ab3368edf
commit
fb3d016b5f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export default class logging {
|
||||||
@param {string} TITLE the title
|
@param {string} TITLE the title
|
||||||
@param {string} MESSAGE the message
|
@param {string} MESSAGE the message
|
||||||
@param {bool} PRIORITY automatically dismiss other, older messages */
|
@param {bool} PRIORITY automatically dismiss other, older messages */
|
||||||
constructor(TITLE, MESSAGE, PRIORITY = true) {
|
constructor(TITLE, MESSAGE, PRIORITY = false) {
|
||||||
// Set this message's properties.
|
// Set this message's properties.
|
||||||
if (!MESSAGE || (typeof MESSAGE).includes(`undef`)) {
|
if (!MESSAGE || (typeof MESSAGE).includes(`undef`)) {
|
||||||
this.message = TITLE;
|
this.message = TITLE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue