Skip to content

Commit a2f4bfe

Browse files
committed
It might be better -> A possible solution
Signed-off-by: Darshan Sen <raisinten@gmail.com>
1 parent 019398e commit a2f4bfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/virtual-file-system-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ and uses it like so:
6161
namespace?: string;
6262
```
6363

64-
It might be better to use the single executable path as the base path for the
65-
files in the VFS, i.e., if the executable has `/a/b/sea` as the path and the VFS
66-
contains a file named `file.txt`, it would be accessible by the application
64+
A possible solution is to use the single executable path as the base path for
65+
the files in the VFS, i.e., if the executable has `/a/b/sea` as the path and the
66+
VFS contains a file named `file.txt`, it would be accessible by the application
6767
using `/a/b/sea/file.txt`. This approach is similar to how Electron's [ASAR][]
6868
works, i.e., if the application asar is placed in `/a/b/app.asar`, the
6969
embedded `file.txt` file would use `/a/b/app.asar/file.txt` as the path.

0 commit comments

Comments
 (0)