mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Make scan finish verbiage more consistent
This commit is contained in:
parent
dcf0a3a265
commit
f73635de08
1 changed files with 2 additions and 2 deletions
|
|
@ -414,7 +414,7 @@ export class AppScan {
|
|||
|
||||
this.sendMessage({
|
||||
message: '🏁 Scan complete! ',
|
||||
status: 'complete'
|
||||
status: 'finished'
|
||||
})
|
||||
}
|
||||
|
||||
|
|
@ -427,7 +427,7 @@ export class AppScan {
|
|||
} catch ( error ) {
|
||||
this.sendMessage({
|
||||
message: '🚫 Error: ' + error.message,
|
||||
status: 'error',
|
||||
status: 'finished',
|
||||
error
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue