Skip to content

Commit

Permalink
fix(sra): runtimegenerator error, required pollyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
maumercado committed Jun 9, 2019
1 parent b3fccd9 commit f1b2689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/sra.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

require("@babel/polyfill");

const { exec, execSync, spawnSync } = require('child_process');
const { promisify } = require('util');
const chalk = require('chalk');
Expand Down

0 comments on commit f1b2689

Please sign in to comment.