mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
tuxiang ie 兼容性ok
This commit is contained in:
5
node_modules/common.js
generated
vendored
5
node_modules/common.js
generated
vendored
@@ -5,7 +5,9 @@ var ObjectId = require('objectid');
|
||||
|
||||
// var gui = require('nw.gui');
|
||||
// console.log(gui.App);
|
||||
//
|
||||
|
||||
/*
|
||||
// 开发版
|
||||
process.on('uncaughtException', function (err) {
|
||||
// 打印出错误
|
||||
console.log('~!!~ uncaughtException ~!!~');
|
||||
@@ -13,6 +15,7 @@ process.on('uncaughtException', function (err) {
|
||||
// 打印出错误的调用栈方便调试
|
||||
console.log(err.stack);
|
||||
});
|
||||
*/
|
||||
|
||||
function log(o) {console.log(o)}
|
||||
// log("<>>>>>>>>>>>>>>>>>>>>");
|
||||
|
Reference in New Issue
Block a user