mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(users) rm "\n"
This commit is contained in:
parent
5f8138b184
commit
aab1e77b1c
1 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@
|
|||
FileTime,
|
||||
Names;
|
||||
|
||||
|
||||
object.getNames = function(callback) {
|
||||
getTime(function(error, names) {
|
||||
Util.exec(callback, error, names);
|
||||
|
|
@ -40,7 +39,6 @@
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
function read(callback) {
|
||||
fs.readFile(FILE, 'utf8', function(error, passwd) {
|
||||
if (!error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue