Include check-jailbroken.js with logging

Added logging for the inclusion of check-jailbroken.js.
This commit is contained in:
Mahdi K.
2026-02-09 02:47:15 +03:00
committed by GitHub
parent 4222959de1
commit a57ff35d14
+2
View File
@@ -4,6 +4,8 @@ import { checkJailbroken } from 'download0/check-jailbroken'
// Statistics tracker using syscalls for direct file I/O
// Register read syscall if not already registered
include('check-jailbroken.js')
log('check-jailbroken.js loaded')
export const stats = {
total: 0,