mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
refactor(main) console.log -> Util.log
This commit is contained in:
parent
1a924fa403
commit
2c5254dc55
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@
|
|||
|
||||
if (ISWIN32)
|
||||
srvrequire('win').getVolumes(function(pVolumes) {
|
||||
console.log(pVolumes);
|
||||
Util.log(pVolumes);
|
||||
exports.VOLUMES = pVolumes;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue