@haibun/core
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -83,3 +83,3 @@ "use strict"; | ||
const logger = new Logger_1.default({ output: containerLogger, tag }); | ||
const world = { ...protoOptions, shared, logger, runtime, domains: [], tag, timer }; | ||
const world = { options: protoOptions.options, shared, logger, runtime, domains: [], tag, timer }; | ||
if (startRunCallback) { | ||
@@ -86,0 +86,0 @@ startRunCallback(world); |
@@ -122,3 +122,3 @@ "use strict"; | ||
} | ||
else if (shouldProcess(file, type, featureFilter)) { | ||
else if (shouldProcess(here, type, featureFilter)) { | ||
all.push(features_1.withNameType(here, fs_1.readFileSync(here, 'utf-8'))); | ||
@@ -125,0 +125,0 @@ } |
{ | ||
"name": "@haibun/core", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
247080