mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
add line function to platform
This commit is contained in:
@@ -97,7 +97,7 @@ fn load_cart(filename: &Path, uw8: &mut MicroW8, config: &Config) -> Result<()>
|
||||
|
||||
if cart[0] >= 10 {
|
||||
let src = String::from_utf8(cart)?;
|
||||
cart = curlywas::compile_str(&src)?;
|
||||
cart = curlywas::compile_str(&src, filename, curlywas::Options::default())?;
|
||||
}
|
||||
|
||||
if config.pack {
|
||||
|
||||
Reference in New Issue
Block a user