Skip to content

Commit

Permalink
fix(afterfact): fixed cmdline moved over #1145
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Aug 16, 2023
1 parent 7e2b1a1 commit b6f0de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/afterfact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,7 @@ pub fn output_json_str(
&& sp.ends_with(';')
&& sp.len() < 5
&& key_index_stock.len() > 1
&& key_index_stock.last().unwrap_or(&String::default()) != "Cmdline"
{
let last_key = key_index_stock.pop().unwrap_or_default();
let mut last_stocked_value =
Expand Down

0 comments on commit b6f0de6

Please sign in to comment.