@frontitude/cli
Version:
The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.
1 lines • 188 B
JavaScript
;const strings=require("../strings.json");module.exports={handleError:r=>{let s=!1;return"HTTP_CODE_401"===r.name&&(console.log(strings["commonErrors-unauthorized"]),s=!0),s}};