Browse Source

Recompile (while version set to 0.30.2)

Herby Vojčík 2 years ago
parent
commit
30b8bf9eae
2 changed files with 403 additions and 195 deletions
  1. 398 194
      cli/dist/amber-cli.js
  2. 5 1
      sdk/lib/NodeTestRunner.js

File diff suppressed because it is too large
+ 398 - 194
cli/dist/amber-cli.js


+ 5 - 1
sdk/lib/NodeTestRunner.js

@@ -181,11 +181,13 @@ if(!$core.assert([$recv([$recv(result)._failures()
 //>>excludeEnd("ctx");
 ][0];
 }
-if(!$core.assert($recv([$recv(result)._errors()
+if($core.assert($recv([$recv(result)._errors()
 //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 ,$ctx2.sendIdx["errors"]=2
 //>>excludeEnd("ctx");
 ][0])._isEmpty())){
+return nil;
+} else {
 $recv([$recv([$recv(result)._errors()
 //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 ,$ctx2.sendIdx["errors"]=3
@@ -213,6 +215,8 @@ return $self._error_([$recv([$recv($recv($recv($recv([$recv([$recv(result)._erro
 //>>excludeEnd("ctx");
 ][0]);
 }
+} else {
+return nil;
 }
 //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 }, function($ctx2) {$ctx2.fillBlock({ann:ann,result:result},$ctx1,3)});

Some files were not shown because too many files changed in this diff