Skip to content

Commit

Permalink
Update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 committed Sep 11, 2024
1 parent f55e359 commit 19ba2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cairo-profiler/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fn main() -> Result<()> {
eprintln!(
"[\x1b[0;33mWARNING\x1b[0m] Mappings used for generating information about \
inlined functions are missing. Make sure to add this to your Scarb.toml:\n\
[cairo]\nunstable-add-statements-functions-debug-info = true"
[profile.dev.cairo]\nunstable-add-statements-functions-debug-info = true"
);
}

Expand Down

0 comments on commit 19ba2c6

Please sign in to comment.