OwlCyberSecurity - MANAGER
Edit File: unix-format-path.js
'use strict' module.exports = function (path) { return path.replace(/\\/g, '/') }