-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: add deamon #67
Feat: add deamon #67
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
bc3e397
to
a52cc90
Compare
6f71562
to
0bf7a42
Compare
pid, | ||
self.config.get_project_path() | ||
); | ||
match signal::kill(unistd::Pid::from_raw(pid.clone() as i32), Signal::SIGKILL) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mixing synchronous and asynchronous methods.
cbbc951
to
0bf7a42
Compare
69e0e25
to
e2c3d66
Compare
e2c3d66
to
610dbef
Compare
06f1207
to
8e47b5d
Compare
8e47b5d
to
ae636c1
Compare
ae636c1
to
ed2cf09
Compare
assert.strictEqual(require(path.join(cwd, 'node_modules', 'esbuild/package.json')).version, '0.15.14'); | ||
const nodeModulesDir = path.join(cwd, 'node_modules'); | ||
|
||
await execa.command(`umount -f ${nodeModulesDir}`); |
Check warning
Code scanning / CodeQL
Shell command built from environment values Medium
absolute path
This shell command depends on an uncontrolled
absolute path
This shell command depends on an uncontrolled
absolute path
This shell command depends on an uncontrolled
absolute path
This shell command depends on an uncontrolled
absolute path
This shell command depends on an uncontrolled
absolute path
This shell command depends on an uncontrolled
absolute path
This shell command depends on an uncontrolled
absolute path
This shell command depends on an uncontrolled
absolute path
This shell command depends on an uncontrolled
absolute path
This shell command depends on an uncontrolled
absolute path
f297d86
to
8958ea8
Compare
8958ea8
to
fd207ae
Compare
ef59fc9
to
3d99ac3
Compare
620c8ff
to
702d69c
Compare
LGTM |
add a daemon for restart nydusd and overlay when reboot