File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ const MkbugError = require('./base.mkbugerror');
99class Mkbug {
1010 constructor ( app , opts = { } ) {
1111 LOG ( `Welcome to Mkbug.js (NODE_ENV = ${ process . env . NODE_ENV || '' } )\n` ) ;
12+ LOG ( ` ╭∩╮(︶︿︶)╭∩╮\n` ) ;
1213
1314 this . app = app ;
1415 this . basePath = opts . path && path . resolve ( process . cwd ( ) , opts . path ) || path . resolve ( process . cwd ( ) , 'src' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " mkbugjs" ,
3- "version" : " 1.5.2 " ,
3+ "version" : " 1.5.3 " ,
44 "description" : " An OOP style declare Nodejs Web framework base on Express.js" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ describe("Controller Header", () => {
2222 ret = err ;
2323 } finally {
2424 expect ( ret . status ) . toBe ( 200 ) ;
25- console . log ( ret . header )
2625 expect ( ret . header [ 'from-header' ] ) . toBe ( 'from-header' ) ;
2726 }
2827 } ) ;
You can’t perform that action at this time.
0 commit comments