Use module.exports, not exports

This commit is contained in:
Torjus
2018-07-23 12:26:50 +02:00
parent 3a24e0b3ad
commit 6bdc29682b
+1 -1
View File
@@ -318,4 +318,4 @@ function stdinError(msg)
console.error(colors.red.bold('ERROR: ') + colors.red(msg));
}
export default mediaServer;
module.exports = mediaServer;