Add newline at end of registration to help shells
This commit is contained in:
@@ -22,7 +22,7 @@ function checkRegistration(reg) {
|
||||
/* c8 ignore next 4 */
|
||||
/** @param {import("../types").AppServiceRegistrationConfig} reg */
|
||||
function writeRegistration(reg) {
|
||||
fs.writeFileSync(registrationFilePath, JSON.stringify(reg, null, 2))
|
||||
fs.writeFileSync(registrationFilePath, JSON.stringify(reg, null, 2) + "\n")
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user