mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 14:16:36 +00:00
Remove unused error message
Change-type: patch
This commit is contained in:
parent
fef9cd7bec
commit
a7c3431556
@ -150,10 +150,6 @@ export const error = {
|
|||||||
].join('');
|
].join('');
|
||||||
},
|
},
|
||||||
|
|
||||||
elevationRequired: () => {
|
|
||||||
return 'This should should be run with root/administrator permissions.';
|
|
||||||
},
|
|
||||||
|
|
||||||
flashFailure: (
|
flashFailure: (
|
||||||
imageBasename: string,
|
imageBasename: string,
|
||||||
drives: Array<{ description: string; displayName: string }>,
|
drives: Array<{ description: string; displayName: string }>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user