MCPcopy Index your code
hub / github.com/codecombat/codecombat / index.js

File index.js

index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var majorVersion = parseInt(process.versions.node.split('.')[0]);
2if (majorVersion < 10) {
3 console.error('This requires Node v14. Your version:', process.version);
4 process.exit(1);

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected