Skip to content
Prev Previous commit
Next Next commit
fix: add promise.finally
  • Loading branch information
armano2 committed Jan 3, 2020
commit d8633d115e4b9b504d91e097fb910fa21f9c7d81
1 change: 1 addition & 0 deletions @commitlint/cli/src/cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env node
import 'core-js/stable'; // eslint-disable-line import/no-unassigned-import
import 'core-js/modules/es7.promise.finally'; // eslint-disable-line import/no-unassigned-import
import 'regenerator-runtime/runtime'; // eslint-disable-line import/no-unassigned-import

import load from '@commitlint/load';
Expand Down