Skip to content

Commit

Permalink
Merge pull request #487 from jpmorganchase/lint-fix
Browse files Browse the repository at this point in the history
Fixed lint_cpp script
  • Loading branch information
texodus authored Mar 15, 2019
2 parents cb62fbf + 9ab6283 commit 3d625fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint_cpp.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const execute = cmd => execSync(cmd, {stdio: "inherit"});

function docker(image = "emsdk") {
console.log("-- Creating emsdk docker image");
let cmd = "docker run --rm -it";
let cmd = "docker run --rm";
if (process.env.PSP_CPU_COUNT) {
cmd += ` --cpus="${parseInt(process.env.PSP_CPU_COUNT)}.0"`;
}
Expand Down

0 comments on commit 3d625fa

Please sign in to comment.