mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 05:02:54 +00:00
chore(win) rm main, change comments
This commit is contained in:
parent
1cdf63bc22
commit
5b65baf15f
1 changed files with 10 additions and 12 deletions
|
|
@ -3,21 +3,19 @@
|
|||
* like getting information about volumes
|
||||
*/
|
||||
|
||||
(function(){
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
if (!global.cloudcmd)
|
||||
return console.log(
|
||||
'# win.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for work with windows specific' + '\n' +
|
||||
'# functions like work with drives(etc c).' + '\n' +
|
||||
'# http://cloudcmd.io' + '\n');
|
||||
/* win.js
|
||||
* -----------
|
||||
*
|
||||
* used for work with windows specific
|
||||
* functions like volumes.
|
||||
*/
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
processExec = main.child_process.exec,
|
||||
Util = main.util;
|
||||
var processExec = require('child_process').exec,
|
||||
DIR = '../',
|
||||
Util = require(DIR + 'util');
|
||||
|
||||
exports.convertPath = convertPath;
|
||||
exports.getVolumes = getVolumes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue