2019-07-06 00:54:04 +08:00
|
|
|
if (!global.NBIN_LOADED) {
|
|
|
|
try {
|
|
|
|
const nbin = require("nbin");
|
|
|
|
nbin.shimNativeFs("{{ROOT_PATH}}");
|
|
|
|
global.NBIN_LOADED = true;
|
|
|
|
} catch (error) {
|
2019-07-11 07:10:39 +08:00
|
|
|
// Not in the binary.
|
2019-07-06 00:54:04 +08:00
|
|
|
}
|
|
|
|
}
|