UNPKG

ice.fo.utils

Version:

6 lines (4 loc) 156 B
const { execSync } = require('child_process'); module.exports = function checkHasDirtyChanges() { return execSync('git status -s').toString().trim(); };