Skip to content

Commit

Permalink
Pass defines to container on start (toitlang#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl committed Sep 6, 2022
1 parent ef0267a commit d6e1ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaguar.toit
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ install_image image_size/int reader/reader.Reader defines/Map -> none:
suffix := defines.is_empty ? "" : " with $defines"
logger.info "container $image started$suffix"
start ::= Time.monotonic_us
container ::= containers.start image
container ::= containers.start image defines

// We're only interested in handling the timeout errors, so we
// unwind and produce a stack trace in all other cases.
Expand Down

0 comments on commit d6e1ac1

Please sign in to comment.