@hypermode/modus-cli
Advanced tools
Comparing version 0.16.4 to 0.16.5-alpha.1
@@ -26,2 +26,5 @@ /* | ||
return new Promise((resolve, reject) => { | ||
if (options?.shell) { | ||
file = `"${file}"`; | ||
} | ||
cp.execFile(file, args, options, (error, stdout, stderr) => { | ||
@@ -28,0 +31,0 @@ if (typeof stdout !== "string") |
@@ -636,3 +636,3 @@ { | ||
}, | ||
"version": "0.16.4" | ||
"version": "0.16.5-alpha.1" | ||
} |
{ | ||
"name": "@hypermode/modus-cli", | ||
"version": "0.16.4", | ||
"version": "0.16.5-alpha.1", | ||
"description": "The Modus CLI", | ||
@@ -5,0 +5,0 @@ "author": "Hypermode Inc.", |
Sorry, the diff of this file is not supported yet
246603
3608