Found unused expressions in TypeScript code JS-0354
Bug risk
Major
4 months ago3 years old
Expected an assignment or function call and instead saw an expression
 1import { exec, exit } from "shelljs";
 2
 3exec("wintersmith build -X") || exit(1); 4
 5exec(
 6  "uglifyjs build/app.js" +