mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-09-26 03:08:41 +02:00
add error callback typedef
This commit is contained in:
parent
872f1eeed6
commit
f41f3161eb
@ -16,3 +16,8 @@
|
||||
* @property {Boolean} searchInDirectory.ignoreCase - false: case sensitive, true: case insensitive
|
||||
* @property {Boolean} searchInDirectory.fullRegex - false: glob matching, true: full regex mode
|
||||
*/
|
||||
|
||||
/**
|
||||
* @callback ErrorCallback
|
||||
* @param {Error} error - The error to handle
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user