File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -411,6 +411,8 @@ function impSystem(importedSystem) {
411411 exports . _Behavior . insert ( importedSystem . behaviors [ behaviorId ] ) ;
412412 }
413413
414+ $log . initDb ( ) ;
415+
414416 // add components
415417 for ( collectionName in importedSystem . components ) {
416418 for ( componentId in importedSystem . components [ collectionName ] ) {
Original file line number Diff line number Diff line change @@ -987,6 +987,14 @@ exports.createClass = function createClass(name) {
987987 getLogger ( ) . debug ( name + " class has been created" ) ;
988988} ;
989989
990+ /**
991+ * @method initDb
992+ * @description Init the database
993+ */
994+ exports . initDb = function initDb ( ) {
995+ getLogger ( ) . debug ( "initializing data store..." ) ;
996+ } ;
997+
990998/**
991999 * @method actionInvokeError
9921000 * @param {String } state state
You can’t perform that action at this time.
0 commit comments