add screenshot

This commit is contained in:
2020-10-12 00:22:24 -07:00
parent b80a87dd18
commit 280bc4d1a0
3 changed files with 1 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ pub fn parse_script<'a, E: ParseError<&'a str>>(input: &'a str) -> IResult<&'a s
// if let Ok(v) = comment(input) {
// println!("Found comment tag")
// }
return Ok((x, ScriptMeta::Comment(String::default())));
}