fix: I have no idea how I didn't catch this

Apparently this just never happens when I use Puter locally.
This commit is contained in:
KernelDeimos
2025-09-12 19:09:41 -04:00
parent 05071b4338
commit c40c138aa2
+1 -1
View File
@@ -52,7 +52,7 @@ class ECMAP {
}
else
if ( selector instanceof NodePathSelector ) {
value = this.path_to_fsNodeContext[maybe_path];
value = this.path_to_fsNodeContext[selector.value];
if ( value ) return value;
let maybe_uid = this.path_to_uuid[value];