mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
If an output specifies a destination inside a directory that doesn't exist, it blows up unceremoniously. Let's avoid that. Also, uses modern fs.writeFileSync instead of manual open/write/closeSync.