in index.js [18:20]
function errorFromExitCode(exitCode) { return new Error(`clang-format exited with exit code ${exitCode}.`); }