mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Update comments to rename Local Server => Enterprise.
(imported from commit 82bf89aa1148a78ce11ead203a0bc16243d1fca8)
This commit is contained in:
@@ -161,10 +161,11 @@ function report_error(msg, stack, opts) {
|
||||
});
|
||||
|
||||
if (page_params.staging) {
|
||||
// Save the stacktrace so it can be examined even on local servers.
|
||||
// (N.B. This assumes you have set DEBUG = False on your local
|
||||
// server, or else this code path won't execute to begin with --
|
||||
// useful for testing (un)minification.)
|
||||
// Save the stacktrace so it can be examined even in
|
||||
// development servers. (N.B. This assumes you have set DEBUG
|
||||
// = False on your development server, or else this code path
|
||||
// won't execute to begin with -- useful for testing
|
||||
// (un)minification.)
|
||||
window.last_stacktrace = stack;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user