DataAdapterEx.reconcileInternalFile method
DataAdapterEx › reconcileInternalFile
Unofficial
Reconcile changes to an internal (config) file.Signature:
reconcileInternalFile(normalizedPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | normalized path to the internal file. |
Returns: Promise<void> — A promise that resolves when the internal file is reconciled.