You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-11 23:17:19 +02:00
Changed export to module.exports
This commit is contained in:
@@ -108,4 +108,4 @@ function getOptionColWidth(options) {
|
||||
return output;
|
||||
}
|
||||
|
||||
export { renderCommandHelp };
|
||||
module.exports = { renderCommandHelp };
|
||||
Reference in New Issue
Block a user