@@ -1,6 +1,6 @@
const fs = require('fs')
module.exports = class Output {
class Output {
constructor () {
this.content = ''
}
@@ -21,3 +21,5 @@ module.exports = class Output {
fs.writeFileSync(filename, this.content)
module.exports = new Output()
The note is not visible to the blocked user.