Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Jul 31, 2024
1 parent 3a65a70 commit b57b983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/conceptPage.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ testStrict
replace BASE_URL ..
replaceJs TEMPLATE
{
const code = originalScrollCode.replace("import ../code/conceptPage.scroll\n", "");
const code = codeAtStart.replace("import ../code/conceptPage.scroll\n", "");
const template = `title ${tree.get("name")}\nprintTitle\ncode\n ${code.replace(/\n/g, "\n ")}`;
template;
}
Expand Down

0 comments on commit b57b983

Please sign in to comment.