mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Fix bad call to cat
This commit is contained in:
@@ -29,7 +29,7 @@ One qualification to this: when a browser reload occurs Shiny explicitly checks
|
||||
There are several techniques available for debugging Shiny applications. The first is to add calls to the [cat](http://stat.ethz.ch/R-manual/R-devel/library/base/html/cat.html) function which print diagnostics where appropriate. For example, these two calls to cat print diagnostics to standard output and standard error respectively:
|
||||
|
||||
<pre><code class="r">cat("foo\n")
|
||||
cat("bar\n", stderr())
|
||||
cat("bar\n", file=stderr())
|
||||
</code></pre>
|
||||
|
||||
#### Using browser
|
||||
|
||||
Reference in New Issue
Block a user