@whyour/qinglong 0.12.1 → 0.12.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/shell/share.sh +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whyour/qinglong",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
5
5
  "repository": {
6
6
  "type": "git",
package/shell/share.sh CHANGED
@@ -444,8 +444,6 @@ handle_task_start() {
444
444
  }
445
445
 
446
446
  run_task_before() {
447
- [[ $is_macos -eq 0 ]] && check_server
448
-
449
447
  . $file_task_before "$@"
450
448
 
451
449
  if [[ $task_before ]]; then