fix: comment note casing

pull/2971/head
William Grant 1 year ago
parent 5d98ff6e8b
commit 973845b7c6

@ -150,7 +150,7 @@ const handleDiskDeletion = async (path: string) => {
try {
const exists = await pathExists(path);
// Note we want to confirm the path no longer exists
// NOTE we want to confirm the path no longer exists
if (exists) {
throw Error('Error: File path still exists.');
}

Loading…
Cancel
Save