Skip to content

Commit a65831c

Browse files
authored
Pause if there are errors decompiling DSDT
1 parent 5267fa9 commit a65831c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SSDTTime.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ def select_dsdt(self):
7070
print("")
7171
if self.d.load(out):
7272
return out
73+
else:
74+
self.u.grab("\nPress [enter] to return...")
7375
return self.select_dsdt()
7476

7577
def ensure_dsdt(self):

0 commit comments

Comments
 (0)