mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:40:16 +00:00
fix(options): accidental infinite loop due when not running on Dell firmware
This commit is contained in:
@@ -60,7 +60,9 @@ pub trait OptionsRepresentable {
|
|||||||
// If the argument starts with a tilde, remove it.
|
// If the argument starts with a tilde, remove it.
|
||||||
if arg.starts_with("`") {
|
if arg.starts_with("`") {
|
||||||
args.remove(0);
|
args.remove(0);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Represent options as key-value pairs.
|
// Represent options as key-value pairs.
|
||||||
|
|||||||
Reference in New Issue
Block a user