Fixed FS class logic, with full support for table fs structure. Terminal sucressfully initializes (havent checked the commands) ls broken.

This commit is contained in:
2025-12-03 08:40:40 +01:00
parent 8e0ae3dd83
commit d404f5daab
8 changed files with 130 additions and 75 deletions

View File

@@ -64,7 +64,7 @@
terminal = await initTerminal(testUser, callbackInit);
updateTerminal();
} catch (error) {
console.error('onMount trycatch failed');
console.error('onMount trycatch failed', error);
}
});
</script>