-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
verify action IDs #519
verify action IDs #519
Changes from 1 commit
e241673
4ba7c67
99947f6
b9b84d9
aef6950
21eed02
9dc15b3
8cbe997
bcf2cb2
1860817
42900a3
f1c976e
619e5b5
6d4287a
a839945
23a1685
7ecc216
d214fc6
bc06925
b8d208e
484e34d
3ef849b
6657998
613ba37
67d2390
a2ed355
308b33f
5b39bbe
4862ff6
c40378b
ffc741e
ee093a5
3516917
6846092
312a17f
581f587
4347cb1
f4e97c3
83b2bdb
16de8bc
8a623aa
e5bdcd2
91ad0ad
08fd1fb
21dbcbb
e0dd19f
60a9d48
eb27e16
5beccf0
a614836
e360c40
fa0b091
57e00d7
42ef45f
0385ef8
e1180d4
1a046c3
0a94773
e6cdb6b
2fb4760
8025d4a
adec480
8d81ed4
87e3887
4c56116
ae3b734
78f05ea
fb9bf68
8c49c2d
b645fd8
9d46d35
b3eda51
478f145
5f58852
bbae64a
a80b98e
82bf909
335aa30
3dd8211
93bbce7
18cc28e
4672afc
d9183fb
a5e5fc7
06608aa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,6 @@ function main() { | |
} | ||
Main(options, function(err) { | ||
if (err) { | ||
console.error(err); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tb regresalo |
||
return; | ||
} | ||
}); | ||
|
@@ -89,7 +88,6 @@ function upload_file(file, buf, cb) { | |
|
||
needle.post(url, buf, options, function(err, res) { | ||
if (err) { | ||
console.log(err); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. este tb |
||
cb(err); | ||
return; | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,6 @@ wipe.fetch_dirs(what, to_erase, to_kill, null, (err) => { | |
if (err) last_err = err; | ||
wipe.wipeout((err, out) => { | ||
if (err) last_err = err; | ||
console.log(out) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. este tb es necesario |
||
process.exit(); | ||
}) | ||
}) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -525,7 +525,6 @@ describe('config cli arguments', function() { | |
var attrs = ['--name', 'User', '--email', '[email protected]', '--password', 'buenaonda', '--terms', 'yes', '--age', 'yes']; | ||
|
||
helpers.run_cli(['config', 'account', 'signup'].concat(attrs), function(code, out, err) { | ||
console.log(err); | ||
code.should.eql(1); | ||
out.should.containEql('panel.signup called with opts'); | ||
out.should.containEql('{"name":"User","email":"[email protected]"'); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
devuelve ese, es necesario
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
listo