Skip to content

Commit

Permalink
Disable recent commit until after 9.4.0 release to allow time for mor…
Browse files Browse the repository at this point in the history
…e evaluation
  • Loading branch information
michaellarabel committed Feb 25, 2020
1 parent dadf7f0 commit 2cbbe43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pts-core/modules/load_dynamic_result_viewer.php
Expand Up @@ -70,6 +70,7 @@ public static function __shutdown()
proc_close(self::$process);

// Fallback for sometimes the child process not getting killed
/*
foreach(pts_file_io::glob('/proc/' . ($ps['pid'] + 1) . '/comm') as $proc_check)
{
$proc = dirname($proc_check);
Expand All @@ -88,6 +89,7 @@ public static function __shutdown()
}
}
}
*/
}
}
public static function user_commands()
Expand Down

0 comments on commit 2cbbe43

Please sign in to comment.