mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-17 16:26:31 +00:00
style(GUI): minor fixes in comments (#1084)
This commit is contained in:
parent
05fdd5cc29
commit
f4c6597b3d
@ -86,7 +86,7 @@ exports.getArguments = (options) => {
|
|||||||
'--drive',
|
'--drive',
|
||||||
options.device,
|
options.device,
|
||||||
|
|
||||||
// Explicitly set the boolen flag in positive
|
// Explicitly set the boolean flag in positive
|
||||||
// or negative way in order to be on the safe
|
// or negative way in order to be on the safe
|
||||||
// side in case the Etcher CLI changes the
|
// side in case the Etcher CLI changes the
|
||||||
// default value of these options.
|
// default value of these options.
|
||||||
|
@ -74,7 +74,7 @@ exports.buildMessage = (title, data = {}) => {
|
|||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
* const result = robot.parseMessage('{"command":"progress","data":{"foo":50}}');
|
* const result = robot.parseMessage('{"command":"progress","data":{"foo":50}}');
|
||||||
* console.log(message);
|
* console.log(result);
|
||||||
* > {
|
* > {
|
||||||
* > command: 'progress',
|
* > command: 'progress',
|
||||||
* > data: {
|
* > data: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user