remark-clang-format
Advanced tools
Comparing version 2.4.3 to 2.4.4
@@ -24,2 +24,3 @@ import { spawnSync as spawnSync } from 'child_process'; | ||
); | ||
break; | ||
} | ||
@@ -44,2 +45,3 @@ if (!child.stdout) { | ||
console.warn('[remark-ruff] stderr: ', child.stderr.toString()); | ||
break; | ||
} | ||
@@ -46,0 +48,0 @@ if (!child.stdout) { |
{ | ||
"name": "remark-clang-format", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"description": "run clang-format for code in markdown", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13133
228