mirror of
https://github.com/leanote/desktop-app.git
synced 2025-12-22 01:07:19 +08:00
presentation, fullscreen toggle; user state; animation loading;
This commit is contained in:
4
node_modules/common.js
generated
vendored
4
node_modules/common.js
generated
vendored
@@ -6,14 +6,16 @@ var ObjectId = require('objectid');
|
||||
// var gui = require('nw.gui');
|
||||
// console.log(gui.App);
|
||||
|
||||
/*
|
||||
// 开发版
|
||||
/*
|
||||
process.on('uncaughtException', function (err) {
|
||||
// 打印出错误
|
||||
console.log('~!!~ uncaughtException ~!!~');
|
||||
console.log(err);
|
||||
// 打印出错误的调用栈方便调试
|
||||
console.log(err.stack);
|
||||
// Web = require('web');
|
||||
// Web.debug('错误!!');
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user