Skip to content

Commit eb46101

Browse files
committed
rephrase the error message to be more consistent and clear
1 parent 6168eac commit eb46101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/qdl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class QdlFlasher {
5454

5555
qdlProcess.on('close', (output) => {
5656
if (output !== 0) {
57-
return reject(new Error('The device flashing failed, please check the logs for more information'));
57+
return reject(new Error('Unable to complete device flashing. See logs for further details.'));
5858
} else {
5959
return resolve();
6060
}

0 commit comments

Comments
 (0)