Skip to content
Snippets Groups Projects
Commit 47764bad authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

Cleanup

parent 1e147155
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
"no-multi-assign": 0, "no-multi-assign": 0,
"strict": 0, "strict": 0,
"no-console": 0, "no-console": 0,
"no-plusplus": 0,
"prefer-destructuring": 0, "prefer-destructuring": 0,
"function-paren-newline": 0, "function-paren-newline": 0,
"global-require": 0, "global-require": 0,
......
...@@ -72,7 +72,7 @@ function seed() { ...@@ -72,7 +72,7 @@ function seed() {
if (test.online) { if (test.online) {
console.log('---> failed due connectivity issues?'); console.log('---> failed due connectivity issues?');
console.log(e.message); console.log(e.message);
return return;
} }
// FIXME: find a way to debug this // FIXME: find a way to debug this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment