const rocksdb = require("rocksdb")
const path = require("path")
rocksdb(path.resolve(__dirname, '中文')).open(function (res) {
debugger
})
IO error: Failed to create dir: G:\GitHub\pouchdown-chinese-test\中文: Invalid argument
Mac works fine, only happened on Windows.