Capacitor command fix (#498)
This commit is contained in:
@@ -66,6 +66,10 @@ export function registerCapacitorHandlers() {
|
||||
cwd: appPath,
|
||||
successMessage: "Capacitor sync completed successfully",
|
||||
errorPrefix: "Failed to sync Capacitor",
|
||||
env: {
|
||||
...process.env,
|
||||
LANG: "en_US.UTF-8",
|
||||
},
|
||||
});
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user