Exit process properly after Karma stops running

pull/4072/head
Alex Dik 9 years ago
parent 1244700d4f
commit 0c93bf1efe
  1. 2
      frontend/gulpfile.js

@ -215,5 +215,7 @@ gulp.task('tests:karma', ['typescript-tests'], function () {
} else {
console.log('An error occurred. Temporary test files can be found in ' + tsOutDir);
}
process.exit(exitCode);
});
});

Loading…
Cancel
Save