mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Change the screenshot and the example log message
This commit is contained in:
parent
f03c0ef913
commit
a0933153ba
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 152 KiB |
|
@ -84,10 +84,10 @@ Router.add('/notepad', function(render) {
|
|||
Router.add('/components', function(render) {
|
||||
render("app\\components.html", {});
|
||||
|
||||
console.log("log message");
|
||||
console.warn("warning message");
|
||||
console.info("information message");
|
||||
console.error("information message");
|
||||
console.log("example log message");
|
||||
console.warn("example warning message");
|
||||
console.info("example information message");
|
||||
console.error("example error message");
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user