Skip to content

Commit

Permalink
change panic text in tool
Browse files Browse the repository at this point in the history
  • Loading branch information
lublak committed Sep 11, 2024
1 parent 3b82a80 commit 499df74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/ctxjs_module_bytecode_builder/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fn main() {
let args: Vec<String> = env::args().collect();

if args.len() < 4 {
panic!("missing input output arguments, example: typstjs_bytecode name input.js output.")
panic!("missing input output arguments, example: ctxjs_module_bytecode_builder name input.js output.")
}

let name = &args[1];
Expand Down

0 comments on commit 499df74

Please sign in to comment.