mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-13 19:47:45 +00:00
fix semi colons
This commit is contained in:
@@ -44,8 +44,8 @@ export default async function migration() {
|
||||
const updatedYaml = yaml.dump(rawConfig);
|
||||
fs.writeFileSync(filePath, updatedYaml, "utf8");
|
||||
} catch (error) {
|
||||
console.log("We were unable to add CORS to your config file. Please add it manually.")
|
||||
console.error(error)
|
||||
console.log("We were unable to add CORS to your config file. Please add it manually.");
|
||||
console.error(error);
|
||||
}
|
||||
|
||||
console.log("Done.");
|
||||
|
||||
Reference in New Issue
Block a user