@@ -111,6 +111,7 @@ var parseLessFile = function (e, data) {
if (output) {
fd = fs.openSync(output, "w");
fs.writeSync(fd, css, 0, "utf8");
fs.closeSync(fd);
} else {
sys.print(css);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.