Skip to content

Commit 78785b1

Browse files
authored
The dump tag does not stop execution (#1767)
1 parent 6fbb0d5 commit 78785b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/collections/tags/dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stage: 5
66
id: 32bc9a50-3b12-11e6-bdf4-0800200c9a66
77
---
88
## Overview
9-
This tag is useful for debugging. It will stop execution of the page and render the raw data of the variables in your current context (page, variable loop, etc).
9+
This tag is useful for debugging. It will render the raw data of the variables in your current context (page, variable loop, etc).
1010

1111
Dropping it in a template or layout will show you all the data that's been injected into the view layer.
1212

0 commit comments

Comments
 (0)