Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: test.js
/* eslint-disable standard/no-callback-literal */ module.exports = test const testCmd = require('./utils/lifecycle-cmd.js')('test') test.usage = testCmd.usage function test (args, cb) { testCmd(args, function (er) { if (!er) return cb() if (er.code === 'ELIFECYCLE') { return cb('Test failed. See above for more details.') } return cb(er) }) }