Skip to content

Commit d574969

Browse files
committed
doc: link related future work
1 parent 0a8e4f9 commit d574969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/src/filesystem/hl_operations/hl_mkdir.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ class HLMkdir extends HLFilesystemOperation {
282282
: await this._get_existing_top_parent({ top_parent: parent_node })
283283
;
284284

285+
// TODO: this can be removed upon completion of: https://github.com/HeyPuter/puter/issues/1352
285286
if ( top_parent.isRoot ) {
286287
// root directory is read-only
287288
throw APIError.create('forbidden', null, {

0 commit comments

Comments
 (0)