Skip to content

Commit

Permalink
clear logs
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Dec 13, 2016
1 parent 58530d0 commit ba9b9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -64,7 +64,7 @@ function *watch() {
try {
socket.send(renderMd(content));
} catch (e) {
logger.warn(e);
//logger.warn(e);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "startserver",
"version": "1.3.2",
"version": "1.3.3",
"description": "Yet another http server",
"keywords": [
"server",
Expand Down

0 comments on commit ba9b9f0

Please sign in to comment.