You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current aliases logic will throw if you try to write an alias to a file if the key already exists. This should, instead, overwrite the aliases mapping with a new value.
Alternatively, maybe it's an overwrite option in the AliasesNameMap where it defaults to true, but you can choose if it should error and preserve the aliases file. But maybe that's over-engineering, though.
The current aliases logic will throw if you try to write an alias to a file if the key already exists. This should, instead, overwrite the aliases mapping with a new value.
Alternatively, maybe it's an
overwrite
option in the AliasesNameMap where it defaults totrue
, but you can choose if it should error and preserve the aliases file. But maybe that's over-engineering, though.From SyncLinear.com | TABJS-7
The text was updated successfully, but these errors were encountered: