| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,13 +8,13 @@ const cp = require('child_process'); | |||
| 8 | 8 | ||
| 9 | 9 | const { | |
| 10 | 10 | cleanupStaleProcess, | |
| 11 | - logInTimeout, | ||
| 11 | + logAfterTime, | ||
| 12 | 12 | kExpiringChildRunTime, | |
| 13 | 13 | kExpiringParentTimer, | |
| 14 | 14 | } = require('../common/child_process'); | |
| 15 | 15 | ||
| 16 | 16 | if (process.argv[2] === 'child') { | |
| 17 | - logInTimeout(kExpiringChildRunTime); | ||
| 17 | + logAfterTime(kExpiringChildRunTime); | ||
| 18 | 18 | return; | |
| 19 | 19 | } | |
| 20 | 20 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments