Skip to content

Commit

Permalink
fix lf
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed May 23, 2024
1 parent 5ed1428 commit b5426d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ export class ProjectView
}
else if (!header.tutorial.templateCode || header.tutorial.templateLoaded) {
if (header.tutorial.mergeCarryoverCode && header.tutorial.mergeHeaderId) {
console.warn(lf(`Refusing to carry code between tutorials because the loaded tutorial "{0}" does not contain a template code block.`, header.tutorial.tutorial));
console.warn(lf("Refusing to carry code between tutorials because the loaded tutorial \"{0}\" does not contain a template code block.", header.tutorial.tutorial));
}
return;
}
Expand Down

0 comments on commit b5426d3

Please sign in to comment.