Function: EnsureStoneProjectHook()
Function: EnsureStoneProjectHook()
function EnsureStoneProjectHook(event): Promise<void>;
Ensure that the current directory is a Stone project.
Parameters
event
The incoming event.
event
IncomingEvent
Returns
Promise
<void
>