mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
making debugging easier by dumping the error message when a command execution fails.
This commit is contained in:
parent
326658929f
commit
c2191b39e0
@ -68,6 +68,7 @@ function goDoCommand(command)
|
||||
}
|
||||
catch (e) {
|
||||
dump("An error occurred executing the "+command+" command\n");
|
||||
dump(e+"\n")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user