| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > LockFile > release
Unlocks a file and optionally removes it from disk. This can only be called once.
Signature:
release(deleteFile?: boolean): void;|
Parameter |
Type |
Description |
|---|---|---|
|
deleteFile |
boolean |
(Optional) Whether to delete the lockfile from disk. Defaults to true. |
Returns:
void