Skip to content

Commit d2661c0

Browse files
committed
Add warning to projection debug panel to point out that the browser runtime
is not the same as the projection runtime
1 parent 09db474 commit d2661c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/js/modules/projections/templates/templates.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/modules/projections/views/projections.item.debug.tpl.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ <h3 class="block-title">Instructions</h3>
5353
<li>Execution will stop on ‘debugger’ statement immediately before invoking your event handler.</li>
5454
</ol>
5555
<p>Any log output and emitted events will appear in the log viewer.</p>
56+
<p class="note--warning">The projection will be debugged using the browsers javascript engine and may behave differently than when it is running normally</p>
5657
</div>
5758
</div>
5859
<div class="container-right">

0 commit comments

Comments
 (0)