summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/mullvad-vpn/tasks/utils.js
AgeCommit message (Collapse)AuthorFilesLines
2025-10-17Extract paths to a separate file and move helper functions into utilsTobias Järvelöv1-0/+19
2025-09-02Exit process with an exit code when an npm command exits with an errorTobias Järvelöv1-0/+1
2025-05-06Add new utility for running an npm scriptTobias Järvelöv1-0/+17
2025-05-06Stop logging in run command utilityTobias Järvelöv1-5/+1
When the runCommand encounters an error (i.e. a non-zero exit code) the function should reject the promise with the error, stderr and stdout as the response. This change allow each caller to the runCommand to implement its own error handling and logging.
2025-04-24Add utilities used by tasksTobias Järvelöv1-0/+66