We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cf957 commit fdb5811Copy full SHA for fdb5811
tool/zjit_iongraph.rb
@@ -31,4 +31,4 @@ def run_ruby *cmd
31
html.sub!("{{ IONJSON }}", json)
32
output_path = "zjit_iongraph_#{pid}.html"
33
File.write(output_path, html)
34
-puts output_path
+puts "Wrote iongraph to #{output_path}"
0 commit comments