PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/yeoman-generator/node_modules/@npmcli/git/lib

Просмотр файла: is-clean.js

const spawn = require('./spawn.js')

module.exports = (opts = {}) =>
  spawn(['status', '--porcelain=v1', '-uno'], opts)
    .then(res => !res.stdout.trim().split(/\r?\n+/)
      .map(l => l.trim()).filter(l => l).length)

Выполнить команду


Для локальной разработки. Не используйте в интернете!