export leanote, evernote for 1.0

This commit is contained in:
life
2015-12-20 20:55:14 +08:00
parent d739166685
commit 924fca9c39
5 changed files with 35 additions and 13 deletions

3
node_modules/nedb_proxy.js generated vendored
View File

@@ -87,6 +87,9 @@ ipc.on('db-exec-ret', function(m) {
// console.log('clent 接收到消息');
// console.log(m);
// console.log('--------------');
if(m.ret && typeof m.ret == 'string') {
m.ret = JSON.parse(m.ret);
}
callback && callback(m.err, m.ret);
});