Explorar el Código

fix: Print error to avoid silent failure

version-14
Faris Ansari hace 4 años
padre
commit
87ca4f4156
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      generate_bootstrap_theme.js

+ 3
- 1
generate_bootstrap_theme.js Ver fichero

@@ -33,6 +33,8 @@ sass.render({
fs.writeFile(output_path, result.css, function(err) {
if (!err) {
console.log(output_path); // eslint-disable-line
} else {
console.error(err);
}
});
});
});

Cargando…
Cancelar
Guardar