Skip to content

Commit

Permalink
Work around bug inside of Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Jul 31, 2018
1 parent 7342a45 commit 0c7ce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metro/src/commands/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = () => ({
let server = null;
let restarting = false;

async function restart() {
const restart = async () => {
if (restarting) {
return;
} else {
Expand Down

0 comments on commit 0c7ce8d

Please sign in to comment.