Include version when building

This commit is contained in:
Asher
2019-07-10 18:10:39 -05:00
parent 09e3cfd881
commit 2fdf09e6e7
5 changed files with 43 additions and 31 deletions

View File

@ -4,6 +4,6 @@ if (!global.NBIN_LOADED) {
nbin.shimNativeFs("{{ROOT_PATH}}");
global.NBIN_LOADED = true;
} catch (error) {
console.log("Not in the binary");
// Not in the binary.
}
}