Closed spawnnnnn closed 3 years ago
Problem in file php-file-parser-service.js on line 82 - directory with spaces is not working
fix: args.push('"' + path.join(path.dirname(__dirname), 'dump.php') + '"');
Thanks! I've implemented the fix and published the update (version 0.0.7). Sorry it took so long, had to blow the dust off of the project.
Problem in file php-file-parser-service.js on line 82 - directory with spaces is not working
fix: args.push('"' + path.join(path.dirname(__dirname), 'dump.php') + '"');