Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Fix error strings #79

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Fix error strings #79

merged 1 commit into from
Mar 6, 2024

Conversation

vigoo
Copy link
Contributor

@vigoo vigoo commented Mar 6, 2024

No description provided.

@vigoo vigoo merged commit 061812b into master Mar 6, 2024
2 checks passed
@vigoo vigoo deleted the fix-errors branch March 6, 2024 12:05
@@ -126,7 +126,7 @@ impl<C: TemplateClient + Send + Sync> TemplateHandler for TemplateHandlerLive<C>
match templates.first() {
None => {
let template_name = name.0;
Err(GolemError(format!("Can't find template ${template_name}")))
Err(GolemError(format!("Can't find template {template_name}")))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants