From d5749691b381b210eeac4aabc66b000554b4fb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Dub=C3=A9?= Date: Tue, 15 Jul 2025 16:13:03 -0400 Subject: [PATCH] doc: link related future work --- src/backend/src/filesystem/hl_operations/hl_mkdir.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/src/filesystem/hl_operations/hl_mkdir.js b/src/backend/src/filesystem/hl_operations/hl_mkdir.js index 07a2b803..2dc72716 100644 --- a/src/backend/src/filesystem/hl_operations/hl_mkdir.js +++ b/src/backend/src/filesystem/hl_operations/hl_mkdir.js @@ -282,6 +282,7 @@ class HLMkdir extends HLFilesystemOperation { : await this._get_existing_top_parent({ top_parent: parent_node }) ; + // TODO: this can be removed upon completion of: https://github.com/HeyPuter/puter/issues/1352 if ( top_parent.isRoot ) { // root directory is read-only throw APIError.create('forbidden', null, {