Skip to content

Commit

Permalink
Merge pull request emberjs#16473 from brzpegasus/fix-missing-limb
Browse files Browse the repository at this point in the history
[BUGFIX beta] Fix missing limb
  • Loading branch information
rwjblue authored Apr 9, 2018
2 parents 8437a23 + 3279332 commit 0644606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function runInBrowser(url, retries, resolve, reject) {
console.log(chalk.red('Browser crashed with exit code ' + code));

if (retries > 1) {
console.log(chalk.yellow('Retrying... ¯_(ツ)_/¯'));
console.log(chalk.yellow('Retrying... ¯\\_(ツ)_/¯'));
runInBrowser(url, retries - 1, resolve, reject);
} else {
console.log(chalk.red('Giving up! (╯°□°)╯︵ ┻━┻'));
Expand Down

0 comments on commit 0644606

Please sign in to comment.