ropilot 0.1.29 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/setup.js +1 -1
- package/package.json +1 -1
package/lib/setup.js
CHANGED
|
@@ -250,7 +250,7 @@ function getDefaultPrompts() {
|
|
|
250
250
|
* Windows needs cmd /c wrapper for npx to work properly
|
|
251
251
|
*/
|
|
252
252
|
function generateMcpJson() {
|
|
253
|
-
const isWindows = platform() === 'win32'
|
|
253
|
+
const isWindows = platform() === 'win32';
|
|
254
254
|
|
|
255
255
|
if (isWindows) {
|
|
256
256
|
return JSON.stringify({
|