pico-engine-core
Advanced tools
Comparing version 0.14.0 to 0.14.1
{ | ||
"name": "pico-engine-core", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "The core javascript api for the pico-engine. (no http, logging, process management etc...)", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -171,2 +171,6 @@ var _ = require("lodash"); | ||
var ctx_orig = mkCTX({ | ||
emit: function(type, val, message){//for stdlib | ||
//TODO think this through more | ||
emitter.emit(type, debug_info, val, message); | ||
}, | ||
pico: pico, | ||
@@ -173,0 +177,0 @@ db: db, |
44216
1462