Skip to content
Snippets Groups Projects
Verified Commit e8f69fd0 authored by Erick Hitter's avatar Erick Hitter
Browse files

Consistent handling of async events

parent cb238381
No related branches found
No related tags found
No related merge requests found
...@@ -55,9 +55,9 @@ var execStatus = async(function() { ...@@ -55,9 +55,9 @@ var execStatus = async(function() {
var exec = execStatus(); var exec = execStatus();
}).catch(function(e) { }).finally(function(){
console.error(e.toString()); console.log('Finally');
}); });
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment