@dynacom/core
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -40,3 +40,2 @@ const Future = require( '@dynacom/futures' ); | ||
let handler = a[ routePath ]; | ||
console.log( 'routePath:' + routePath ) | ||
this.routes.push( new Route( routePath, handler ) ); | ||
@@ -43,0 +42,0 @@ } |
@@ -15,4 +15,4 @@ const Future = require( '@dynacom/futures' ); | ||
this.writeHead = () => { | ||
response.writeHead( ...arguments ); | ||
this.writeHead = ( ...args ) => { | ||
response.writeHead( ...args ); | ||
} | ||
@@ -19,0 +19,0 @@ |
@@ -10,3 +10,3 @@ { | ||
, "name": "@dynacom/core" | ||
, "version": "1.1.3" | ||
, "version": "1.1.4" | ||
, "repository": { | ||
@@ -13,0 +13,0 @@ "type": "git" |
18596
387