Commit ce3071a8 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix latest

parent cf5db824
...@@ -1107,6 +1107,7 @@ export class AppsService { ...@@ -1107,6 +1107,7 @@ export class AppsService {
command.unshift(openAction.execute); command.unshift(openAction.execute);
} }
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
// @ts-ignore
let child = child_process.spawn(command.shift()!, command, { let child = child_process.spawn(command.shift()!, command, {
cwd: appPath, cwd: appPath,
env: env, env: env,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment