fix message
This commit is contained in:
parent
2e86febb25
commit
57e349acca
|
@ -204,7 +204,7 @@ const PrepareKeyRequest = (address) => {
|
||||||
// print(Level.WARNING, `Failed to dump data for arg ${i}`);
|
// print(Level.WARNING, `Failed to dump data for arg ${i}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
!dumped && print(Level.ERROR, 'Failed to dump challenge.');
|
!dumped && print(Level.ERROR, 'Failed to dump challenge');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -441,7 +441,7 @@ const hookLibrary = (name) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (hooked.length < 3) {
|
if (hooked.length < 3) {
|
||||||
print(Level.CRITICAL, 'Insufficient functions hooked.');
|
print(Level.CRITICAL, 'Insufficient functions hooked');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue