Template: fix "Failed to delete buffer" error#307
Closed
JanTvrdik wants to merge 5 commits intonette:masterfrom
Closed
Template: fix "Failed to delete buffer" error#307JanTvrdik wants to merge 5 commits intonette:masterfrom
JanTvrdik wants to merge 5 commits intonette:masterfrom
Conversation
da9a256 to
f446bf5
Compare
466080e to
13436ee
Compare
0ef5757 to
bdd2655
Compare
04c3089 to
e3a5b8c
Compare
9f8324c to
2f638f4
Compare
2ff766d to
c430568
Compare
0415418 to
b093a44
Compare
48ae1fe to
20b2769
Compare
038b1aa to
8976643
Compare
5cb9f21 to
68ff96c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes error
but I'm not sure if this is the best way to do it.
It happens with combination of
Engine::renderToString()$latte->setExceptionHandler(fn(Throwable $e) => throw $e);{try}...{/try}Latte 3.0.2, standalone usage