mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(cloudcmd) rm win.prepareCodePage
This commit is contained in:
parent
37fb85c7d7
commit
7f0556ec69
1 changed files with 2 additions and 5 deletions
|
|
@ -5,13 +5,12 @@
|
|||
DIR_LIB = DIR + 'lib/',
|
||||
DIR_SERVER = DIR + 'lib/server/',
|
||||
|
||||
win = require(DIR_SERVER + 'win'),
|
||||
update = require(DIR_SERVER + 'update'),
|
||||
|
||||
server = require(DIR_LIB + 'server'),
|
||||
|
||||
update = require(DIR_SERVER + 'update'),
|
||||
config = require(DIR_SERVER + 'config');
|
||||
|
||||
|
||||
module.exports = function(params) {
|
||||
var keys;
|
||||
|
||||
|
|
@ -23,8 +22,6 @@
|
|||
});
|
||||
}
|
||||
|
||||
win.prepareCodePage();
|
||||
|
||||
if (update)
|
||||
update.get();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue