Skip to content
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

updatenotification: update_helper.js recode with pm2 library (v2.27.x) #3332

Merged
merged 9 commits into from
Jan 20, 2024
Prev Previous commit
Next Next commit
Merge branch 'develop' into pm2_updatenotification
bugsounet authored Jan 12, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 6812ff502c770a4077e3b18452ba1504b50a4222
1 change: 1 addition & 0 deletions modules/default/updatenotification/update_helper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const Exec = require("child_process").exec;

Check failure on line 1 in modules/default/updatenotification/update_helper.js

GitHub Actions / test (18.x)

Prefer `node:child_process` over `child_process`

Check failure on line 1 in modules/default/updatenotification/update_helper.js

GitHub Actions / test (20.x)

Prefer `node:child_process` over `child_process`

Check failure on line 1 in modules/default/updatenotification/update_helper.js

GitHub Actions / test (21.x)

Prefer `node:child_process` over `child_process`
const Spawn = require("child_process").spawn;

Check failure on line 2 in modules/default/updatenotification/update_helper.js

GitHub Actions / test (18.x)

Prefer `node:child_process` over `child_process`

Check failure on line 2 in modules/default/updatenotification/update_helper.js

GitHub Actions / test (20.x)

Prefer `node:child_process` over `child_process`

Check failure on line 2 in modules/default/updatenotification/update_helper.js

GitHub Actions / test (21.x)

Prefer `node:child_process` over `child_process`
const pm2 = require("pm2");

const Log = require("logger");

/* class Updater
27 changes: 27 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

You are viewing a condensed version of this merge commit. You can view the full changes here.