MCPcopy Create free account
hub / github.com/GooseMod/OpenAsar / reg

Function reg

src/firstRun.js:5–5  ·  view source on GitHub ↗
(a, c)

Source from the content-addressed store, hash-verified

3
4const Constants = require('./Constants');
5const reg = (a, c) => require('child_process').execFile('reg.exe', a, c);
6const paths = require('./paths');
7
8const exec = process.execPath;

Callers 1

firstRun.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected