Skip to content

Commit

Permalink
Fix check-compat-data
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 5, 2020
1 parent ecf47c9 commit 629bad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-compat-data/scripts/utils-build-data.js
Expand Up @@ -313,6 +313,6 @@ exports.writeFile = function(data, dataPath, name) {
}
} else {
fs.writeFileSync(dataPath, stringified);
return true;
}
return true;
};

0 comments on commit 629bad4

Please sign in to comment.