Skip to content

Commit

Permalink
chore: update error message when launcher process received signal (#2438
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mraszyk authored and alin-at-dfinity committed Nov 7, 2024
1 parent 689eb0e commit e1508be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ pub fn panic_due_to_exit(output: ExitStatus, pid: u32) {
pid, code
),
None => panic!(
"Error from launcher process, pid {} exited due to signal!",
"Error from launcher process, pid {} exited due to signal! In test environments (e.g., PocketIC), you can safely ignore this message.",
pid
),
}
Expand Down

0 comments on commit e1508be

Please sign in to comment.